Author: mpodolin
Date: 2009-10-06 05:47:30 -0400 (Tue, 06 Oct 2009)
New Revision: 305
Modified:
components/pc/trunk/pom.xml
Log:
assembly:single bound to the package phase
Modified: components/pc/trunk/pom.xml
===================================================================
--- components/pc/trunk/pom.xml 2009-10-06 03:53:12 UTC (rev 304)
+++ components/pc/trunk/pom.xml 2009-10-06 09:47:30 UTC (rev 305)
@@ -134,6 +134,18 @@
<artifactId>jboss-unit-tooling-maven2</artifactId>
<version>1.2.1</version>
</plugin>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>make-assembly</id>
+ <phase>package</phase>
+ <goals>
+ <goal>single</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</pluginManagement>
</build>
Show replies by date