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

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

Author: gnodet
Date: Wed May 24 04:45:21 2006
New Revision: 409145

URL: http://svn.apache.org/viewvc?rev=409145&view=rev
Log:
Fix assembly recursive problems

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=409145&r1=409144&r2=409145&view=diff
==============================================================================
--- incubator/activemq/trunk/assembly/pom.xml (original)
+++ incubator/activemq/trunk/assembly/pom.xml Wed May 24 04:45:21 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>