We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 623952f + dfd0e2c commit 79d7860Copy full SHA for 79d7860
pom.xml
@@ -129,8 +129,9 @@
129
</plugin>
130
<plugin>
131
<artifactId>maven-assembly-plugin</artifactId>
132
- <version>2.2-beta-5</version>
+ <version>2.2.2</version>
133
<configuration>
134
+ <appendAssemblyId>false</appendAssemblyId>
135
<outputDirectory>${project.build.directory}/releases/</outputDirectory>
136
<descriptors>
137
<descriptor>${basedir}/src/main/assemblies/plugin.xml</descriptor>
src/main/assemblies/plugin.xml
@@ -1,6 +1,6 @@
1
<?xml version="1.0"?>
2
<assembly>
3
- <id></id>
+ <id>plugin</id>
4
<formats>
5
<format>zip</format>
6
</formats>
0 commit comments