mirror of https://github.com/apache/activemq.git
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:
parent
9d3b3aef05
commit
06b94f1220
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue