[jbossws-commits] JBossWS SVN: r6402 - framework/trunk/framework.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Sun Apr 13 16:42:55 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-04-13 16:42:55 -0400 (Sun, 13 Apr 2008)
New Revision: 6402

Modified:
   framework/trunk/framework/pom.xml
Log:
assembly

Modified: framework/trunk/framework/pom.xml
===================================================================
--- framework/trunk/framework/pom.xml	2008-04-13 19:49:08 UTC (rev 6401)
+++ framework/trunk/framework/pom.xml	2008-04-13 20:42:55 UTC (rev 6402)
@@ -64,6 +64,14 @@
     <plugins>
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>assembly</goal>
+            </goals>
+          </execution>
+        </executions>
         <configuration>
           <descriptors>
             <descriptor>src/main/assembly/src.xml</descriptor>




More information about the jbossws-commits mailing list