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 + + + + + + + + +