fixed double configuration for assembly plugin
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/build-utils/maven-parent@158016 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
89e5e44a74
commit
012678e966
24
pom.xml
24
pom.xml
|
@ -165,6 +165,22 @@
|
||||||
<descriptorRefs>
|
<descriptorRefs>
|
||||||
<descriptorRef>gcube-default-servicearchive</descriptorRef>
|
<descriptorRef>gcube-default-servicearchive</descriptorRef>
|
||||||
</descriptorRefs>
|
</descriptorRefs>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
override the plugin-scope configuration that some components have in their pom:
|
||||||
|
<descriptors>
|
||||||
|
<descriptor>${distroDirectory}/descriptor.xml</descriptor>
|
||||||
|
</descriptors>
|
||||||
|
|
||||||
|
If not done, the servicearchive will be built also during this execution.
|
||||||
|
-->
|
||||||
|
<descriptors combine.self="override"></descriptors>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
make sure the "-src" is appended to the filename. It is the default
|
||||||
|
behaviour but it has been set explicitly because some components
|
||||||
|
(e.g. ghn-distribution) set it to false in their pom
|
||||||
|
-->
|
||||||
<appendAssemblyId>true</appendAssemblyId>
|
<appendAssemblyId>true</appendAssemblyId>
|
||||||
</configuration>
|
</configuration>
|
||||||
<goals>
|
<goals>
|
||||||
|
@ -202,15 +218,9 @@
|
||||||
<goal>single</goal>
|
<goal>single</goal>
|
||||||
</goals>
|
</goals>
|
||||||
</execution>
|
</execution>
|
||||||
|
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
|
||||||
<plugin>
|
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
|
||||||
<version>2.6</version>
|
|
||||||
</plugin>
|
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-surefire-plugin</artifactId>
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue