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

diff --git a/pom.xml b/pom.xml
index a114f231d6db7c5e6c3946d06f4d42c8f6b8e63f..634b9ded0629919e8e98c85ecddeb9df38f4bf14 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-release-plugin</artifactId>
-          <version>2.4.1</version>
+          <version>2.5</version>
           <configuration>
+            <localCheckout>true</localCheckout>
             <useReleaseProfile>false</useReleaseProfile>
             <autoVersionSubmodules>true</autoVersionSubmodules>
             <goals>deploy</goals>