BAEL-3219

This commit is contained in:
YassinHajaj 2019-09-28 13:57:53 +02:00 committed by GitHub
parent f82e007672
commit d7107a5931
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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