BAEL-3219
This commit is contained in:
parent
f82e007672
commit
d7107a5931
|
@ -325,7 +325,7 @@
|
|||
</configuration>
|
||||
</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. -->
|
||||
<artifactId>maven-assembly-plugin</artifactId>
|
||||
<configuration>
|
||||
|
@ -345,9 +345,9 @@
|
|||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>make-assembly</id><!-- this is used for
|
||||
<id>make-assembly</id><!-- this is used for
|
||||
inheritance merges -->
|
||||
<phase>package</phase><!-- append to the
|
||||
<phase>package</phase><!-- append to the
|
||||
packaging phase. -->
|
||||
<goals>
|
||||
<goal>attached</goal><!-- goals == mojos -->
|
||||
|
|
Loading…
Reference in New Issue