Fix maven empty assembly id, Closes #208

This commit is contained in:
medcl 2016-06-13 10:34:01 +08:00
parent 7e29998ab9
commit c94ef3884a
2 changed files with 4 additions and 1 deletions

View File

@ -131,7 +131,9 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<outputDirectory>${project.build.directory}/releases/</outputDirectory>
<descriptors>
<descriptor>${basedir}/src/main/assemblies/plugin.xml</descriptor>

View File

@ -1,5 +1,6 @@
<?xml version="1.0"?>
<assembly>
<id>analysis-ik-release</id>
<formats>
<format>zip</format>
</formats>