We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e752af commit dc642eaCopy full SHA for dc642ea
pom.xml
@@ -118,7 +118,9 @@
118
</plugin>
119
<plugin>
120
<artifactId>maven-assembly-plugin</artifactId>
121
+ <version>2.2.2</version>
122
<configuration>
123
+ <appendAssemblyId>false</appendAssemblyId>
124
<outputDirectory>${project.build.directory}/releases/</outputDirectory>
125
<descriptors>
126
<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