o Start release goal.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@112815 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jvanzyl 2003-02-02 16:47:08 +00:00
parent e8420936e3
commit aecbcaaba8

View File

@ -98,5 +98,26 @@
</j:if>
</goal>
<!--
|
| Release
|
-->
<goal name="release">
<attainGoal name="validate-pom-for-release"/>
<attainGoal name="deploy:pom"/>
<!--
|
| Build the binary and source distributions. We need to alter
| the process so that we can build everything to check and then
| deploy instead of having to build everything all the time.
|
-->
</goal>
</project>