From 1f93f69f22ca87eef3a8e0b1ddd60616c3aa2492 Mon Sep 17 00:00:00 2001 From: Arctic Ice Studio Date: Wed, 28 Sep 2016 19:20:27 +0200 Subject: [PATCH] [GHI-#4] Implement "JFrog" and "OSS Sonatype" deployment profiles --- pom.xml | 70 +++++++++++++++++++++++++++++++++------------------------ 1 file changed, 41 insertions(+), 29 deletions(-) diff --git a/pom.xml b/pom.xml index 88718cb..d42378d 100644 --- a/pom.xml +++ b/pom.xml @@ -104,22 +104,6 @@ JFrog Bintray https://github.com/arcticicestudio/nord-java/issues - - https://github.com/arcticicestudio/nord-java - - ossrh - OSS Sonatype - https://oss.sonatype.org/content/repositories/snapshots - default - - - ossrh - OSS Sonatype - https://oss.sonatype.org/service/local/staging/deploy/maven2 - default - - - junit @@ -273,18 +257,6 @@ JFrog Bintray true - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ossrh - https://oss.sonatype.org - false - - @@ -381,8 +353,14 @@ JFrog Bintray - bintray-deploy + bintray + https://github.com/arcticicestudio/nord-java + + bintray + OSS JFrog + http://oss.jfrog.org/artifactory/oss-snapshot-local + bintray JFrog Bintray @@ -390,5 +368,39 @@ JFrog Bintray + + + oss-sonatype + + https://github.com/arcticicestudio/nord-java + + ossrh + OSS Sonatype + https://oss.sonatype.org/content/repositories/snapshots + default + + + ossrh + OSS Sonatype + https://oss.sonatype.org/service/local/staging/deploy/maven2 + default + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.7 + true + + ossrh + https://oss.sonatype.org + false + + + + +