Add release plugin
authorJakub Skoczen <jakub@indexdata.dk>
Wed, 14 Mar 2012 00:11:45 +0000 (01:11 +0100)
committerJakub Skoczen <jakub@indexdata.dk>
Wed, 14 Mar 2012 00:11:45 +0000 (01:11 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index c716438..7d85ab5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <target>1.6</target>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-release-plugin</artifactId>
+        <version>2.2.1</version>
+        <configuration>
+          <preparationGoals>clean install</preparationGoals>
+          <tagBase>https://svn.apache.org/repos/asf/maven/components/releases</tagBase>
+          <releaseProfiles>production</releaseProfiles>
+          <pushChanges>true</pushChanges>
+        </configuration>
+      </plugin>
     </plugins>
   </build>
   <dependencies>