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>


Reply via email to