Add sonatype-oss-release profile

This commit is contained in:
Trustin Lee 2012-07-11 00:00:36 +09:00
parent c588a8a40b
commit fbf54a6027

View File

@ -356,7 +356,8 @@
<artifactId>maven-release-plugin</artifactId> <artifactId>maven-release-plugin</artifactId>
<version>2.3.2</version> <version>2.3.2</version>
<configuration> <configuration>
<arguments>-P release,full</arguments> <useReleaseProfile>false</useReleaseProfile>
<arguments>-P release,sonatype-oss-release,full</arguments>
<autoVersionSubmodules>true</autoVersionSubmodules> <autoVersionSubmodules>true</autoVersionSubmodules>
<tagNameFormat>netty-@{project.version}</tagNameFormat> <tagNameFormat>netty-@{project.version}</tagNameFormat>
<localCheckout>true</localCheckout> <localCheckout>true</localCheckout>