From e80c566fb3c51b49274cbd15c42de08a70f250bf Mon Sep 17 00:00:00 2001 From: Cosmin Stejerean Date: Mon, 2 Feb 2015 22:35:23 -0800 Subject: [PATCH] add sections to pom.xml required for publishing to maven central --- pom.xml | 92 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) diff --git a/pom.xml b/pom.xml index 942be5d..502a47a 100644 --- a/pom.xml +++ b/pom.xml @@ -8,6 +8,40 @@ docopt 0.6.0-SNAPSHOT + docopt.java + https://github.com/docopt/docopt.java + Java port of docopt + + + org.sonatype.oss + oss-parent + 7 + + + + scm:git:git@github.com:docopt/docopt.java.git + scm:git:git@github.com:docopt/docopt.java.git + https://github.com/docopt/docopt.java + + + + + MIT License + http://opensource.org/licenses/MIT + + + + + + Vladimir Keleshev + vladimir@keleshev.com + + + Damien Giese + damien.giese@gmail.com + + + UTF-8 1.6 @@ -36,4 +70,62 @@ + + + release + + + performRelease + true + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.2.1 + + + attach-sources + + jar + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9 + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + + + + + + +