git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113713 13f79535-47bb-0310-9956-ffa450edef68
36 lines
750 B
XML
36 lines
750 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<document>
|
|
<properties>
|
|
<title>Maven Release Plug-in Goals</title>
|
|
</properties>
|
|
<body>
|
|
<goals>
|
|
<goal>
|
|
<name>convert-snapshots</name>
|
|
<description>
|
|
</description>
|
|
</goal>
|
|
<goal>
|
|
<name>convert-snapshots-auto</name>
|
|
<description>
|
|
</description>
|
|
</goal>
|
|
<goal>
|
|
<name>increment-snapshot-version</name>
|
|
<description>
|
|
</description>
|
|
</goal>
|
|
<goal>
|
|
<name>release</name>
|
|
<description>
|
|
</description>
|
|
</goal>
|
|
<goal>
|
|
<name>validate-pom-for-release</name>
|
|
<description>
|
|
</description>
|
|
</goal>
|
|
</goals>
|
|
</body>
|
|
</document> |