From 7612692e8a3c9e606568fac7a7da560b5cd603d7 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 14 Jan 2017 18:15:01 +0000 Subject: [PATCH] Move distributionManagement to root pom --- pom.xml | 13 +++++++++++++ ruleset/pom.xml | 13 ------------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index 1332665..9041a48 100644 --- a/pom.xml +++ b/pom.xml @@ -58,4 +58,17 @@ https://github.com/kemitix/ + + + + 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/ + + diff --git a/ruleset/pom.xml b/ruleset/pom.xml index 7e7a210..289a72a 100644 --- a/ruleset/pom.xml +++ b/ruleset/pom.xml @@ -87,17 +87,4 @@ - - - - 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/ - -