diff --git a/pom.xml b/pom.xml index 7dd2d0a252cde3804c2a27f0c63b58cace0b57a9..6d45eb06ab7b787e288c1301c3211b20ccc0e625 100644 --- a/pom.xml +++ b/pom.xml @@ -167,4 +167,99 @@ + + + + release + + true + + + + + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + true + false + release + deploy + + + + + + 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 + + + -Xdoclint:none + + + + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + fuzhengwei + 123456 + + + + + + + + + + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + release + https://s01.oss.sonatype.org/content/repositories/releases/ + + + + + +