Revision: 1381
Author:
alasda...@gmail.com
Date: Wed Sep 11 08:58:29 2013 UTC
Log: Updated pom to use a specific version of the assembly plugin
http://code.google.com/p/snee/source/detail?r=1381
Modified:
/trunk/snee/pom.xml
=======================================
--- /trunk/snee/pom.xml Wed Feb 13 09:09:25 2013 UTC
+++ /trunk/snee/pom.xml Wed Sep 11 08:58:29 2013 UTC
@@ -56,6 +56,18 @@
</systemproperties>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.2</version>
+ <configuration>
+ <!-- Specifies the configuration file of the
assembly plugin -->
+ <descriptors>
+ <descriptor>src/assemble/bin.xml</descriptor>
+ <descriptor>src/assemble/jar.xml</descriptor>
+ </descriptors>
+ </configuration>
+ </plugin>
</plugins>
</build>