diff options
author | Olivier Lamy <olamy@apache.org> | 2014-04-10 11:10:38 +1000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2014-04-10 11:10:38 +1000 |
commit | ff99d5a203756c31bcf4a8a98ec4c25cb423ad74 (patch) | |
tree | 9fa9ea8d1714dfb831bb8f4326711a96454f96d4 | |
parent | 7b72126e0c1fbd3e076ad622d4abeaa323cefdc5 (diff) | |
download | archiva-ff99d5a203756c31bcf4a8a98ec4c25cb423ad74.tar.gz archiva-ff99d5a203756c31bcf4a8a98ec4c25cb423ad74.zip |
improve release plugin configuration for git
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1803,8 +1803,9 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> + <version>2.5</version> <configuration> - <tagBase>https://svn.apache.org/repos/asf/archiva/tags</tagBase> + <localCheckout>true</localCheckout> <useReleaseProfile>false</useReleaseProfile> <autoVersionSubmodules>true</autoVersionSubmodules> <goals>deploy</goals> |