Fix assembly recursive problems

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@409145 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Guillaume Nodet 2006-05-24 11:45:21 +00:00
parent 9d3b3aef05
commit 06b94f1220
1 changed files with 2 additions and 2 deletions

View File

@ -266,7 +266,7 @@
<id>run</id> <id>run</id>
<phase>package</phase> <phase>package</phase>
<goals> <goals>
<goal>assembly</goal> <goal>single</goal>
</goals> </goals>
<configuration> <configuration>
<descriptors> <descriptors>
@ -285,7 +285,7 @@
<id>bin</id> <id>bin</id>
<phase>package</phase> <phase>package</phase>
<goals> <goals>
<goal>assembly</goal> <goal>single</goal>
</goals> </goals>
<configuration> <configuration>
<descriptors> <descriptors>