update pom

master
yihua.huang 2014-06-04 17:17:48 +08:00
parent 03170178c4
commit 0e9042eefa
1 changed files with 11 additions and 0 deletions

11
pom.xml
View File

@ -287,6 +287,17 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6</version>
<extensions>true</extensions>
<configuration>
<serverId>sonatype-nexus-staging</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>
<distributionManagement>