We should indicate each plugin version. Assembly plugin 2.2-beta-5
(default) works but the latest release (2.2.1) won't as we don't set the assembly id
This commit is contained in:
parent
c13da65bea
commit
ee3c17ec8b
1
pom.xml
1
pom.xml
|
@ -129,6 +129,7 @@
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
|
<version>2.2-beta-5</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<outputDirectory>${project.build.directory}/releases/</outputDirectory>
|
<outputDirectory>${project.build.directory}/releases/</outputDirectory>
|
||||||
<descriptors>
|
<descriptors>
|
||||||
|
|
Loading…
Reference in New Issue