Updated POM.

git-svn-id: http://jintellitype.googlecode.com/svn/trunk@17 46e98894-136e-cd33-ffd5-f4f03a221aa8
This commit is contained in:
mellowaredev@gmail.com
2011-08-16 16:06:55 +00:00
parent 8a4db97956
commit a438e8b47e

View File

@@ -5,6 +5,7 @@
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<!-- mvn clean javadoc:jar source:jar deploy -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.melloware</groupId>
<artifactId>jintellitype</artifactId>
@@ -145,6 +146,14 @@
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>2.2.1</version>
<configuration>
<releaseProfiles>release-sign-artifacts</releaseProfiles>
<goals>clean javadoc:jar source:jar deploy</goals>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2.1</version>