From 30494e80744fd8b1d68b9dc69c2b20b1c08cc9ba Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Tue, 9 Oct 2018 22:24:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0pom?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) 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 + +