summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-07-20 12:52:12 -0400
committerDan Timoney <dtimoney@att.com>2017-07-20 12:52:17 -0400
commit30812aeb295b204f4d43141ba086bd2879f58df4 (patch)
tree245d4dd385ec0d6c3fdddd593bc40be7a1ca2b4e
parent17227dea379cc8efdc19354db07b5965f8282e84 (diff)
Missing properties
Add missing properties (previously defined in settings.xml) to top level POM Issue: CCSDK-6 Change-Id: I7dc9e78725cf9600743cfef2f90188bbfa3ffd3a Signed-off-by: Dan Timoney <dtimoney@att.com>
-rwxr-xr-xpom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index fb2c9a73..ba5ad9fd 100755
--- a/pom.xml
+++ b/pom.xml
@@ -12,6 +12,19 @@
<url>http://wiki.onap.org</url>
<description>Parent POMs to be used by clients of CCSDK</description>
+ <properties>
+ <!-- ONAP repositories -->
+ <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.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>
+ <onap.nexus.staging.server-id>ecomp-releases</onap.nexus.staging.server-id>
+ <onap.nexus.staging.profile-id></onap.nexus.staging.profile-id>
+
+ </properties>
+
<repositories>
<repository>