diff --git a/pom.xml b/pom.xml index d2556f83..8603a158 100644 --- a/pom.xml +++ b/pom.xml @@ -7,8 +7,28 @@ weixin-java-tools 1.0.0 WeiXin Java Tools - https://github.com/chanjarster/weixin-java 用于开发微信公众号的Java工具 + https://github.com/chanjarster/weixin-java-tools + + + + The Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + + Daniel Qian + chanjarster@gmail.com + + + + + scm:git:https://github.com/chanjarster/weixin-java-tools.git + scm:git:git@github.com:chanjarster/weixin-java-tools.git + https://github.com/chanjarster/weixin-java-tools + UTF-8 @@ -78,6 +98,67 @@ + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + UTF-8 + zh_CN + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + + + + @@ -91,36 +172,27 @@ - org.apache.maven.plugins - maven-source-plugin - 2.1.2 - - - attach-sources - - jar - - - + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.3 + true + + ossrh + https://oss.sonatype.org/ + true + org.apache.maven.plugins - maven-javadoc-plugin - 2.9.1 - - - attach-javadocs - - jar - - - + maven-release-plugin + 2.5 - UTF-8 - zh_CN + true + false + release + deploy -