You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/05/26 13:39:36 UTC

svn commit: r409650 - /incubator/activemq/trunk/assembly/pom.xml

Author: jstrachan
Date: Fri May 26 04:39:36 2006
New Revision: 409650

URL: http://svn.apache.org/viewvc?rev=409650&view=rev
Log:
used new single goal which avoids the recursive build issue

Modified:
    incubator/activemq/trunk/assembly/pom.xml

Modified: incubator/activemq/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/assembly/pom.xml?rev=409650&r1=409649&r2=409650&view=diff
==============================================================================
--- incubator/activemq/trunk/assembly/pom.xml (original)
+++ incubator/activemq/trunk/assembly/pom.xml Fri May 26 04:39:36 2006
@@ -266,7 +266,7 @@
             <id>run</id>
             <phase>package</phase>
             <goals>
-              <goal>assembly</goal>
+              <goal>single</goal>
             </goals>
             <configuration>
               <descriptors>
@@ -285,7 +285,7 @@
             <id>bin</id>
             <phase>package</phase>
             <goals>
-              <goal>assembly</goal>
+              <goal>single</goal>
             </goals>
             <configuration>
               <descriptors>