From f2add5683ea543377650e25cc1e8b7fb4400fb8a Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Thu, 26 Mar 2015 08:11:51 -0400 Subject: [PATCH 1/2] Trying to use nexus-staging-maven-plugin. --- pom.xml | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index e68bc09..9bff86b 100644 --- a/pom.xml +++ b/pom.xml @@ -59,12 +59,12 @@ - cloudbees-nexus-snapshots + sonatype-nexus-snapshots Sonatype Nexus Snapshots ${sonatypeOssDistMgmtSnapshotsUrl} - cloudbees-nexus-staging + sonatype-nexus-staging Nexus Release Repository https://oss.sonatype.org/service/local/staging/deploy/maven2/ @@ -72,9 +72,9 @@ - cloudbees-nexus-snapshots + sonatype-nexus-snapshots Sonatype Nexus Snapshots - https://oss.sonatype.org/content/repositories/snapshots + ${sonatypeOssDistMgmtSnapshotsUrl} false @@ -119,6 +119,17 @@ + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.5 + true + + sonatype-nexus-staging + https://oss.sonatype.org/ + true + + @@ -151,6 +162,7 @@ 2.5.1 forked-path + false -P+cloudbees-oss-release ${arguments} From 6f836f3bbfedf345bb085c31bb8f3d6f3b2a398b Mon Sep 17 00:00:00 2001 From: Jesse Glick Date: Thu, 26 Mar 2015 09:19:38 -0400 Subject: [PATCH 2/2] =?UTF-8?q?Reverting=20change=20of=20repo=20ID=20at=20?= =?UTF-8?q?@stephenc=E2=80=99s=20request.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 9bff86b..cadaf0c 100644 --- a/pom.xml +++ b/pom.xml @@ -59,12 +59,12 @@ - sonatype-nexus-snapshots + cloudbees-nexus-snapshots Sonatype Nexus Snapshots ${sonatypeOssDistMgmtSnapshotsUrl} - sonatype-nexus-staging + cloudbees-nexus-staging Nexus Release Repository https://oss.sonatype.org/service/local/staging/deploy/maven2/ @@ -72,7 +72,7 @@ - sonatype-nexus-snapshots + cloudbees-nexus-snapshots Sonatype Nexus Snapshots ${sonatypeOssDistMgmtSnapshotsUrl}