diff --git a/pom.xml b/pom.xml index aa77434..46868aa 100644 --- a/pom.xml +++ b/pom.xml @@ -63,6 +63,51 @@ ${java.version} + + org.apache.maven.plugins + maven-source-plugin + 3.0.1 + + true + + + + compile + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + package + + jar + + + + + -Xdoclint:none + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + verify + + sign + + + + @@ -77,5 +122,28 @@ + + + stylefeng + sn93@qq.com + + + + + scm:git@gitee.com:stylefeng/guns-generator.git + scm:git@gitee.com:stylefeng/guns-generator.git + https://gitee.com/stylefeng/guns-generator + + + + + center + https://oss.sonatype.org/content/repositories/snapshots + + + center + https://oss.sonatype.org/service/local/staging/deploy/maven2 + +