mirror of https://github.com/apache/activemq.git
used new single goal which avoids the recursive build issue
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@409650 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7bcb9dbf4f
commit
10edc94224
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue