From 777b991bb31d6e3cf393caa698bb554956daf55c Mon Sep 17 00:00:00 2001 From: smallchill Date: Sat, 29 Dec 2018 00:34:39 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=B7=BB=E5=8A=A0=E4=B8=AD?= =?UTF-8?q?=E5=A4=AE=E4=BB=93=E5=BA=93=E6=89=93=E5=8C=85=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 62 +++++++++++++++++++++++++++++++-------------------------- 1 file changed, 34 insertions(+), 28 deletions(-) diff --git a/pom.xml b/pom.xml index 09cba15..ce4a537 100644 --- a/pom.xml +++ b/pom.xml @@ -30,9 +30,9 @@ - scm:git@github.com:chillzhuang/blade-tool.git - scm:git@github.com:chillzhuang/blade-tool.git - git@github.com:chillzhuang/blade-tool.git + https://github.com/chillzhuang/blade-tool.git + https://github.com/chillzhuang + https://github.com/chillzhuang/blade-tool.git @@ -161,42 +161,48 @@ - - org.apache.maven.plugins - maven-compiler-plugin - ${maven.plugin.version} - - ${java.version} - ${java.version} - UTF-8 - - -parameters - - - - - - org.apache.maven.plugins - maven-jar-plugin - 3.1.0 - - + org.apache.maven.plugins maven-source-plugin - 3.0.1 - - true - + 2.2.1 - compile + package + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + package jar + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + verify + + sign + + + +