]> source.dussan.org Git - archiva.git/commitdiff
improve release plugin configuration for git
authorOlivier Lamy <olamy@apache.org>
Thu, 10 Apr 2014 01:10:38 +0000 (11:10 +1000)
committerOlivier Lamy <olamy@apache.org>
Thu, 10 Apr 2014 01:10:38 +0000 (11:10 +1000)
pom.xml

diff --git a/pom.xml b/pom.xml
index 290b618428e942722365f4d691a85a5f561a0678..92b480c08cd9fa049c89247b463d0f49bc0dcdf5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <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>