[jboss-cvs] JBossAS SVN: r86105 - in trunk: deployment and 6 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 19 12:39:27 EDT 2009


Author: pgier
Date: 2009-03-19 12:39:27 -0400 (Thu, 19 Mar 2009)
New Revision: 86105

Modified:
   trunk/aspects/pom.xml
   trunk/deployment/pom.xml
   trunk/iiop/pom.xml
   trunk/main/pom.xml
   trunk/management/pom.xml
   trunk/server/pom.xml
   trunk/system-jmx/pom.xml
   trunk/system/pom.xml
Log:
Remove use of deprecated assembly plugin goal.

Modified: trunk/aspects/pom.xml
===================================================================
--- trunk/aspects/pom.xml	2009-03-19 15:46:09 UTC (rev 86104)
+++ trunk/aspects/pom.xml	2009-03-19 16:39:27 UTC (rev 86105)
@@ -22,7 +22,7 @@
           <execution>
             <id>assembly</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
           </execution>

Modified: trunk/deployment/pom.xml
===================================================================
--- trunk/deployment/pom.xml	2009-03-19 15:46:09 UTC (rev 86104)
+++ trunk/deployment/pom.xml	2009-03-19 16:39:27 UTC (rev 86105)
@@ -44,7 +44,7 @@
           <execution>
             <id>assembly</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
           </execution>

Modified: trunk/iiop/pom.xml
===================================================================
--- trunk/iiop/pom.xml	2009-03-19 15:46:09 UTC (rev 86104)
+++ trunk/iiop/pom.xml	2009-03-19 16:39:27 UTC (rev 86105)
@@ -83,7 +83,7 @@
           <execution>
             <id>assembly</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
           </execution>

Modified: trunk/main/pom.xml
===================================================================
--- trunk/main/pom.xml	2009-03-19 15:46:09 UTC (rev 86104)
+++ trunk/main/pom.xml	2009-03-19 16:39:27 UTC (rev 86105)
@@ -23,7 +23,7 @@
           <execution>
             <id>assemble-jars</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
             <configuration>
@@ -33,7 +33,7 @@
           <execution>
             <id>assemble-run-jar</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
             <configuration>

Modified: trunk/management/pom.xml
===================================================================
--- trunk/management/pom.xml	2009-03-19 15:46:09 UTC (rev 86104)
+++ trunk/management/pom.xml	2009-03-19 16:39:27 UTC (rev 86105)
@@ -56,7 +56,7 @@
           <execution>
             <id>assembly</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
           </execution>

Modified: trunk/server/pom.xml
===================================================================
--- trunk/server/pom.xml	2009-03-19 15:46:09 UTC (rev 86104)
+++ trunk/server/pom.xml	2009-03-19 16:39:27 UTC (rev 86105)
@@ -86,7 +86,7 @@
           <execution>
             <id>assemble-jars</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: trunk/system/pom.xml
===================================================================
--- trunk/system/pom.xml	2009-03-19 15:46:09 UTC (rev 86104)
+++ trunk/system/pom.xml	2009-03-19 16:39:27 UTC (rev 86105)
@@ -31,7 +31,7 @@
           <execution>
             <id>assembly</id>
             <goals>
-              <goal>attached</goal>
+              <goal>single</goal>
             </goals>
             <phase>package</phase>
           </execution>

Modified: trunk/system-jmx/pom.xml
===================================================================
--- trunk/system-jmx/pom.xml	2009-03-19 15:46:09 UTC (rev 86104)
+++ trunk/system-jmx/pom.xml	2009-03-19 16:39:27 UTC (rev 86105)
@@ -22,7 +22,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