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