Skip to content

Commit 77f0227

Browse files
author
Michael Spector
committed
strip version from Zip base name
1 parent e60a11d commit 77f0227

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assembly.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
55

6+
<baseDirectory>${project.artifactId}</baseDirectory>
7+
68
<formats>
79
<format>zip</format>
810
</formats>

0 commit comments

Comments
 (0)