From e4e60f271d8cf62ec587fa94d15c72791a9f17bc Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Sat, 13 Dec 2014 00:55:07 +0100 Subject: [PATCH] Set up sonatype repos and added necessary maven plugins --- pom.xml | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) diff --git a/pom.xml b/pom.xml index 6b33562..d361112 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,16 @@ -8 + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + install @@ -49,6 +59,60 @@ maven-eclipse-plugin 2.5.1 + + org.apache.maven.plugins + maven-source-plugin + 2.4 + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.1 + + + attach-javadocs + + jar + + + -Xdoclint:none + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.3 + true + + ossrh + https://oss.sonatype.org/ + true + +