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:
David Pilato 2012-02-25 13:34:07 +01:00
parent c13da65bea
commit ee3c17ec8b
1 changed files with 1 additions and 0 deletions

View File

@ -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>