[jboss-cvs] JBossAS SVN: r86128 - in branches/Branch_5_x: aspects and 15 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 19 16:24:09 EDT 2009


Author: pgier
Date: 2009-03-19 16:24:08 -0400 (Thu, 19 Mar 2009)
New Revision: 86128

Modified:
   branches/Branch_5_x/aspects/pom.xml
   branches/Branch_5_x/cluster/pom.xml
   branches/Branch_5_x/connector/pom.xml
   branches/Branch_5_x/console/pom.xml
   branches/Branch_5_x/deployment/pom.xml
   branches/Branch_5_x/ejb3/pom.xml
   branches/Branch_5_x/iiop/pom.xml
   branches/Branch_5_x/j2se/pom.xml
   branches/Branch_5_x/jmx/pom.xml
   branches/Branch_5_x/main/pom.xml
   branches/Branch_5_x/management/pom.xml
   branches/Branch_5_x/pom.xml
   branches/Branch_5_x/security/pom.xml
   branches/Branch_5_x/server/pom.xml
   branches/Branch_5_x/system-jmx/pom.xml
   branches/Branch_5_x/system/pom.xml
   branches/Branch_5_x/tomcat/pom.xml
Log:
Update maven assembly plugin, and remove use of deprecated goal.

Modified: branches/Branch_5_x/aspects/pom.xml
===================================================================
--- branches/Branch_5_x/aspects/pom.xml	2009-03-19 20:04:23 UTC (rev 86127)
+++ branches/Branch_5_x/aspects/pom.xml	2009-03-19 20:24:08 UTC (rev 86128)
@@ -27,7 +27,7 @@
           <execution>
             <id>assembly</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
           </execution>

Modified: branches/Branch_5_x/cluster/pom.xml
===================================================================
--- branches/Branch_5_x/cluster/pom.xml	2009-03-19 20:04:23 UTC (rev 86127)
+++ branches/Branch_5_x/cluster/pom.xml	2009-03-19 20:24:08 UTC (rev 86128)
@@ -69,7 +69,7 @@
           <execution>
             <id>assembly</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
           </execution>

Modified: branches/Branch_5_x/connector/pom.xml
===================================================================
--- branches/Branch_5_x/connector/pom.xml	2009-03-19 20:04:23 UTC (rev 86127)
+++ branches/Branch_5_x/connector/pom.xml	2009-03-19 20:24:08 UTC (rev 86128)
@@ -31,7 +31,7 @@
           <execution>
             <id>assembly</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
           </execution>

Modified: branches/Branch_5_x/console/pom.xml
===================================================================
--- branches/Branch_5_x/console/pom.xml	2009-03-19 20:04:23 UTC (rev 86127)
+++ branches/Branch_5_x/console/pom.xml	2009-03-19 20:24:08 UTC (rev 86128)
@@ -23,7 +23,7 @@
           <execution>
             <id>assembly</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
           </execution>

Modified: branches/Branch_5_x/deployment/pom.xml
===================================================================
--- branches/Branch_5_x/deployment/pom.xml	2009-03-19 20:04:23 UTC (rev 86127)
+++ branches/Branch_5_x/deployment/pom.xml	2009-03-19 20:24:08 UTC (rev 86128)
@@ -44,7 +44,7 @@
           <execution>
             <id>assembly</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
           </execution>

Modified: branches/Branch_5_x/ejb3/pom.xml
===================================================================
--- branches/Branch_5_x/ejb3/pom.xml	2009-03-19 20:04:23 UTC (rev 86127)
+++ branches/Branch_5_x/ejb3/pom.xml	2009-03-19 20:24:08 UTC (rev 86128)
@@ -28,7 +28,7 @@
           <execution>
             <id>assembly</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
           </execution>

Modified: branches/Branch_5_x/iiop/pom.xml
===================================================================
--- branches/Branch_5_x/iiop/pom.xml	2009-03-19 20:04:23 UTC (rev 86127)
+++ branches/Branch_5_x/iiop/pom.xml	2009-03-19 20:24:08 UTC (rev 86128)
@@ -83,7 +83,7 @@
           <execution>
             <id>assembly</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
           </execution>

Modified: branches/Branch_5_x/j2se/pom.xml
===================================================================
--- branches/Branch_5_x/j2se/pom.xml	2009-03-19 20:04:23 UTC (rev 86127)
+++ branches/Branch_5_x/j2se/pom.xml	2009-03-19 20:24:08 UTC (rev 86128)
@@ -48,7 +48,7 @@
           <execution>
             <id>assembly</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
           </execution>

Modified: branches/Branch_5_x/jmx/pom.xml
===================================================================
--- branches/Branch_5_x/jmx/pom.xml	2009-03-19 20:04:23 UTC (rev 86127)
+++ branches/Branch_5_x/jmx/pom.xml	2009-03-19 20:24:08 UTC (rev 86128)
@@ -36,7 +36,7 @@
           <execution>
             <id>assembly</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
           </execution>

Modified: branches/Branch_5_x/main/pom.xml
===================================================================
--- branches/Branch_5_x/main/pom.xml	2009-03-19 20:04:23 UTC (rev 86127)
+++ branches/Branch_5_x/main/pom.xml	2009-03-19 20:24:08 UTC (rev 86128)
@@ -20,9 +20,9 @@
         <artifactId>maven-assembly-plugin</artifactId>
         <executions>
           <execution>
-            <id>assemble-jars</id>
+            <id>assembly</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
             <configuration>
@@ -32,7 +32,7 @@
           <execution>
             <id>assemble-run-jar</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
             <configuration>

Modified: branches/Branch_5_x/management/pom.xml
===================================================================
--- branches/Branch_5_x/management/pom.xml	2009-03-19 20:04:23 UTC (rev 86127)
+++ branches/Branch_5_x/management/pom.xml	2009-03-19 20:24:08 UTC (rev 86128)
@@ -56,7 +56,7 @@
           <execution>
             <id>assembly</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
           </execution>

Modified: branches/Branch_5_x/pom.xml
===================================================================
--- branches/Branch_5_x/pom.xml	2009-03-19 20:04:23 UTC (rev 86127)
+++ branches/Branch_5_x/pom.xml	2009-03-19 20:24:08 UTC (rev 86128)
@@ -52,7 +52,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>2.2-beta-2</version>
+          <version>2.2-beta-3</version>
           <configuration>
             <archive>
               <manifest>

Modified: branches/Branch_5_x/security/pom.xml
===================================================================
--- branches/Branch_5_x/security/pom.xml	2009-03-19 20:04:23 UTC (rev 86127)
+++ branches/Branch_5_x/security/pom.xml	2009-03-19 20:24:08 UTC (rev 86128)
@@ -27,7 +27,7 @@
           <execution>
             <id>assembly</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
           </execution>

Modified: branches/Branch_5_x/server/pom.xml
===================================================================
--- branches/Branch_5_x/server/pom.xml	2009-03-19 20:04:23 UTC (rev 86127)
+++ branches/Branch_5_x/server/pom.xml	2009-03-19 20:24:08 UTC (rev 86128)
@@ -84,9 +84,9 @@
         <artifactId>maven-assembly-plugin</artifactId>
         <executions>
           <execution>
-            <id>assemble-jars</id>
+            <id>assembly</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
             <configuration>
@@ -102,7 +102,7 @@
           <execution>
             <id>assemble-shutdown-jar</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
             <configuration>
@@ -120,7 +120,7 @@
           <execution>
             <id>assemble-testsuite-support-jar</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
             <configuration>
@@ -138,7 +138,7 @@
           <execution>
             <id>assemble-verifier-jar</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
             <configuration>

Modified: branches/Branch_5_x/system/pom.xml
===================================================================
--- branches/Branch_5_x/system/pom.xml	2009-03-19 20:04:23 UTC (rev 86127)
+++ branches/Branch_5_x/system/pom.xml	2009-03-19 20:24:08 UTC (rev 86128)
@@ -31,7 +31,7 @@
           <execution>
             <id>assembly</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
           </execution>

Modified: branches/Branch_5_x/system-jmx/pom.xml
===================================================================
--- branches/Branch_5_x/system-jmx/pom.xml	2009-03-19 20:04:23 UTC (rev 86127)
+++ branches/Branch_5_x/system-jmx/pom.xml	2009-03-19 20:24:08 UTC (rev 86128)
@@ -22,7 +22,7 @@
           <execution>
             <id>assembly</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
           </execution>

Modified: branches/Branch_5_x/tomcat/pom.xml
===================================================================
--- branches/Branch_5_x/tomcat/pom.xml	2009-03-19 20:04:23 UTC (rev 86127)
+++ branches/Branch_5_x/tomcat/pom.xml	2009-03-19 20:24:08 UTC (rev 86128)
@@ -27,7 +27,7 @@
           <execution>
             <id>assembly</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
           </execution>




More information about the jboss-cvs-commits mailing list