Skip to content
Snippets Groups Projects
Commit 6e9a663f authored by MIchael Nguyen's avatar MIchael Nguyen
Browse files

updating

parent 733ec7de
No related branches found
No related tags found
1 merge request!6Trusted ibm
......@@ -44,6 +44,18 @@
<target>8</target>
</configuration>
</plugin>
<plugin>
<!-- 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>
<version>3.2.0</version>
<configuration>
<descriptorRefs>
<descriptorRef>jar-with-dependencies</descriptorRef>
</descriptorRefs>
</configuration>
</plugin>
</plugins>
<extensions>
<extension>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment