From b28d97fe1bcc6fcf2b7147b30b4f656ad6327080 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 12 May 2017 11:48:48 +0200 Subject: [PATCH] Add central profiles. See gh-92. --- pom.xml | 85 +++++++++++++++++++++++++++---- spring-vault-dependencies/pom.xml | 54 ++++++++++++++++++++ 2 files changed, 128 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 21b8d7b1..95cfacd1 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.springframework.vault @@ -391,6 +392,64 @@ + + central + + + + sonatype-nexus-snapshots + Sonatype Nexus Snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + + sonatype-nexus-staging + Nexus Release Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + + jar + + package + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + + + + + + +