We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e60a11d commit 77f0227Copy full SHA for 77f0227
assembly.xml
@@ -3,6 +3,8 @@
3
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
5
6
+ <baseDirectory>${project.artifactId}</baseDirectory>
7
+
8
<formats>
9
<format>zip</format>
10
</formats>
0 commit comments