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:
Frederick G. Oconer 2005-12-16 10:33:23 +00:00
parent 0f36e0231e
commit e4f8360348
1 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@
<goal name="assembly:goal" prereqs="init">
<maven:reactor
basedir="."
includes="modules/assembly/project.xml"
includes="assembly/project.xml"
goals="${goal}"
ignoreFailures="false"
/>
@ -133,7 +133,7 @@
<j:set var="goal" value="dist:deploy"/>
<attainGoal name="assembly:goal"/>
</goal>
<goal name="clean" prereqs="init">
<j:set var="goal" value="clean"/>
<attainGoal name="multiproject:goal"/>