update the release plugin and it's arguments to make the process faster and easier

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@898603 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2010-01-13 01:41:18 +00:00
parent 39039fed3d
commit f3a5730b31
1 changed files with 4 additions and 3 deletions

View File

@ -171,13 +171,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-7</version>
<version>2.0-beta-9</version>
<configuration>
<tagBase>https://svn.apache.org/repos/asf/archiva/tags</tagBase>
<useReleaseProfile>false</useReleaseProfile>
<autoVersionSubModules>true</autoVersionSubmodules>
<goals>deploy</goals>
<preparationGoals>clean install</preparationGoals>
<arguments>-Prelease</arguments>
<preparationGoals>clean</preparationGoals>
<arguments>-Papache-release</arguments>
</configuration>
</plugin>
<plugin>