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>
|
<plugin>
|
||||||
<groupId>org.apache.maven.plugins</groupId>
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
<artifactId>maven-release-plugin</artifactId>
|
<artifactId>maven-release-plugin</artifactId>
|
||||||
<version>2.0-beta-7</version>
|
<version>2.0-beta-9</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
<tagBase>https://svn.apache.org/repos/asf/archiva/tags</tagBase>
|
<tagBase>https://svn.apache.org/repos/asf/archiva/tags</tagBase>
|
||||||
<useReleaseProfile>false</useReleaseProfile>
|
<useReleaseProfile>false</useReleaseProfile>
|
||||||
|
<autoVersionSubModules>true</autoVersionSubmodules>
|
||||||
<goals>deploy</goals>
|
<goals>deploy</goals>
|
||||||
<preparationGoals>clean install</preparationGoals>
|
<preparationGoals>clean</preparationGoals>
|
||||||
<arguments>-Prelease</arguments>
|
<arguments>-Papache-release</arguments>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in New Issue