Fix maven empty assembly id, Closes #208
This commit is contained in:
parent
7e29998ab9
commit
c94ef3884a
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
@ -1,5 +1,6 @@
|
||||
<?xml version="1.0"?>
|
||||
<assembly>
|
||||
<id>analysis-ik-release</id>
|
||||
<formats>
|
||||
<format>zip</format>
|
||||
</formats>
|
||||
|
Loading…
x
Reference in New Issue
Block a user