Fix dist jar name

This commit is contained in:
fullwall 2016-08-03 19:44:27 +08:00
parent 781a2348b8
commit e607244a5f
1 changed files with 2 additions and 0 deletions

2
dist/pom.xml vendored
View File

@ -22,6 +22,8 @@
<goal>single</goal>
</goals>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<descriptors>
<descriptor>src/main/assembly/all-jar.xml</descriptor>
</descriptors>