mirror of https://github.com/apache/activemq.git
fix for dist:deploy goal. running this will now deploy the distribution and poms to appropriate location.
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@357148 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0f36e0231e
commit
e4f8360348
|
@ -108,7 +108,7 @@
|
||||||
<goal name="assembly:goal" prereqs="init">
|
<goal name="assembly:goal" prereqs="init">
|
||||||
<maven:reactor
|
<maven:reactor
|
||||||
basedir="."
|
basedir="."
|
||||||
includes="modules/assembly/project.xml"
|
includes="assembly/project.xml"
|
||||||
goals="${goal}"
|
goals="${goal}"
|
||||||
ignoreFailures="false"
|
ignoreFailures="false"
|
||||||
/>
|
/>
|
||||||
|
@ -133,7 +133,7 @@
|
||||||
<j:set var="goal" value="dist:deploy"/>
|
<j:set var="goal" value="dist:deploy"/>
|
||||||
<attainGoal name="assembly:goal"/>
|
<attainGoal name="assembly:goal"/>
|
||||||
</goal>
|
</goal>
|
||||||
|
|
||||||
<goal name="clean" prereqs="init">
|
<goal name="clean" prereqs="init">
|
||||||
<j:set var="goal" value="clean"/>
|
<j:set var="goal" value="clean"/>
|
||||||
<attainGoal name="multiproject:goal"/>
|
<attainGoal name="multiproject:goal"/>
|
||||||
|
|
Loading…
Reference in New Issue