From 9fa3b4201681284a4c314079ce1fc6cb76a960b4 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 14 Jan 2017 18:58:24 +0000 Subject: [PATCH] plugin-sample:pom.xml: add distributionManagement element --- plugin-sample/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/plugin-sample/pom.xml b/plugin-sample/pom.xml index a260f0c..54c4a7e 100644 --- a/plugin-sample/pom.xml +++ b/plugin-sample/pom.xml @@ -40,4 +40,17 @@ http://sevntu-checkstyle.github.io/sevntu.checkstyle/maven2 + + + + 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/ + +