BAEL-3219
This commit is contained in:
parent
f82e007672
commit
d7107a5931
@ -325,7 +325,7 @@
|
|||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<!-- NOTE: We don't need a groupId specification
|
<!-- NOTE: We don't need a groupId specification
|
||||||
because the group is org.apache.maven.plugins ...which is assumed by default. -->
|
because the group is org.apache.maven.plugins ...which is assumed by default. -->
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
<configuration>
|
<configuration>
|
||||||
@ -345,9 +345,9 @@
|
|||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>make-assembly</id><!-- this is used for
|
<id>make-assembly</id><!-- this is used for
|
||||||
inheritance merges -->
|
inheritance merges -->
|
||||||
<phase>package</phase><!-- append to the
|
<phase>package</phase><!-- append to the
|
||||||
packaging phase. -->
|
packaging phase. -->
|
||||||
<goals>
|
<goals>
|
||||||
<goal>attached</goal><!-- goals == mojos -->
|
<goal>attached</goal><!-- goals == mojos -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user