Make the relase plugin work locally
authorJakub Skoczen <jakub@indexdata.dk>
Wed, 14 Mar 2012 08:43:41 +0000 (09:43 +0100)
committerJakub Skoczen <jakub@indexdata.dk>
Wed, 14 Mar 2012 08:43:41 +0000 (09:43 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 1c06b86..7129982 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
-        <version>2.2.1</version>
+        <version>2.2.2</version>
         <configuration>
-          <preparationGoals>clean install</preparationGoals>
-          <tagBase>https://svn.apache.org/repos/asf/maven/components/releases</tagBase>
+          <preparationGoals>clean verify</preparationGoals>
           <releaseProfiles>production</releaseProfiles>
-          <pushChanges>true</pushChanges>
+          <tagNameFormat>v@{project.version}</tagNameFormat>
+          <pushChanges>false</pushChanges>
+          <localCheckout>true</localCheckout>
         </configuration>
       </plugin>
     </plugins>