mirror of https://github.com/apache/archiva.git
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:
parent
39039fed3d
commit
f3a5730b31
7
pom.xml
7
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue