From b42a78eaacf7aa6185ab02fcff48724e50c67975 Mon Sep 17 00:00:00 2001 From: Isaac Parenteau Date: Mon, 30 Sep 2019 16:01:17 -0500 Subject: [PATCH] #5 - added distributionManagement element --- pom.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 00c4a5a..b35df92 100644 --- a/pom.xml +++ b/pom.xml @@ -11,6 +11,7 @@ 1.8 1.8 + http://nexus.locusworks.net @@ -91,8 +92,18 @@ 3.9 - + + + nexus-snapshot + ${nexus.repo}/repository/locusworks-snapshot/ + + + nexus-release + ${nexus.repo}/repository/locusworks-release/ + + + \ No newline at end of file