From 4fa579b225ddc6d9a05acd5c75700f34c2f44586 Mon Sep 17 00:00:00 2001 From: "xueli.xue" Date: Mon, 5 Sep 2016 21:07:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85POM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/pom.xml b/pom.xml index 5102943f..254a2504 100644 --- a/pom.xml +++ b/pom.xml @@ -6,6 +6,10 @@ ${xxl-job.version} pom + xxl-job + A lightweight distributed task scheduling framework. + http://www.xuxueli.com/ + xxl-job-admin xxl-job-core @@ -70,4 +74,67 @@ + + + + release + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + 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 + + + + + + + + + oss + https://oss.sonatype.org/content/repositories/snapshots/ + + + oss + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + \ No newline at end of file