Adding release plugin to pom

This commit is contained in:
Chip Childers 2013-04-18 15:03:11 -04:00
parent c69a62fa50
commit 5ea5f02f97
1 changed files with 16 additions and 0 deletions

16
pom.xml
View File

@ -298,6 +298,22 @@
<defaultGoal>install</defaultGoal>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<id>default</id>
<goals>
<goal>perform</goal>
</goals>
<configuration>
<pomFileName>pom.xml</pomFileName>
</configuration>
</execution>
</executions>
</plugin>
<!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. -->
<plugin>