diff options
author | Dan Timoney <dtimoney@att.com> | 2017-07-20 12:52:12 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-07-20 12:52:17 -0400 |
commit | 30812aeb295b204f4d43141ba086bd2879f58df4 (patch) | |
tree | 245d4dd385ec0d6c3fdddd593bc40be7a1ca2b4e /pom.xml | |
parent | 17227dea379cc8efdc19354db07b5965f8282e84 (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>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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> |