BAEL-3219

This commit is contained in:
YassinHajaj
2019-09-28 13:57:53 +02:00
committed by GitHub
parent f82e007672
commit d7107a5931

View File

@@ -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 -->