[snee] r1381 committed - Updated pom to use a specific version of the assembly plugin

0 views
Skip to first unread message

sn...@googlecode.com

unread,
Sep 11, 2013, 4:58:42 AM9/11/13
to snee-...@googlegroups.com
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>

Reply all
Reply to author
Forward
0 new messages