summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-10-09 15:44:32 -0400
committerDan Timoney <dtimoney@att.com>2017-10-09 15:44:32 -0400
commitb665f8c86842c15f62d67b7dc841bf26e4787541 (patch)
treed4317aeb9d239068167b86f0254115f6a0d35dc6
parent3f00c1bbc4f322b2a15461cbb5adc6a66d5a2abb (diff)
Define onap.nexus.url in parent/pom.xml
Define onap.nexus.url in parent/pom.xml, needed by staging plugin Change-Id: Idff22a7437ef44592792d145b9806ae95978af44 Issue-ID: CCSDK-113 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-xpom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 2a15e819..db3862b8 100755
--- a/pom.xml
+++ b/pom.xml
@@ -17,6 +17,7 @@
<onap.nexus.host>nexus.onap.org</onap.nexus.host>
<onap.nexus.port>443</onap.nexus.port>
<onap.nexus.protocol>https</onap.nexus.protocol>
+ <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
<onap.nexus.public-url>${onap.nexus.protocol}://${onap.nexus.host}:${onap.nexus.port}/content/groups/public</onap.nexus.public-url>
<onap.nexus.release-url>${onap.nexus.protocol}://${onap.nexus.host}:${onap.nexus.port}/content/repositories/releases</onap.nexus.release-url>
<onap.nexus.snapshot-url>${onap.nexus.protocol}://${onap.nexus.host}:${onap.nexus.port}/content/repositories/snapshots</onap.nexus.snapshot-url>