diff options
author | Lusheng Ji <lji@research.att.com> | 2017-09-01 17:43:02 +0000 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2017-09-01 17:43:18 +0000 |
commit | cbb902781c65a42c9c75b8f3340d14fcd402ea98 (patch) | |
tree | 49d0fcddc44ce8c5f5006c828a882089502633ca | |
parent | 553868f6b9898ae1cdd2f4cbb566e5d33b7f1af4 (diff) |
Add properties for raw repo, docker reg
Issue-Id: DCAEGEN2-60
Change-Id: I51f4ed9d7d282bf6b91d7e5c32fb1057957af003
Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r-- | pom.xml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -37,6 +37,15 @@ <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> <!-- sitePath may be overridden in the inheriting POM if desired --> <sitePath>/content/sites/site/${project.groupId}/${project.artifactId}/${project.version}</sitePath> + <!-- properties for Nexus raw repo --> + <onap.nexus.rawrepo.baseurl.upload>https://nexus.onap.org/content/sites/raw</onap.nexus.rawrepo.baseurl.upload> + <onap.nexus.rawrepo.baseurl.download> + https://nexus.onap.org/service/local/repositories/raw/content + </onap.nexus.rawrepo.baseurl.download> + <onap.nexus.rawrepo.serverid>ecomp-raw</onap.nexus.rawrepo.serverid> + <!-- properties for Nexus Docker registry --> + <onap.nexus.dockerregistry.daily>nexus3.onap.org:10003</onap.nexus.dockerregistry.daily> + <onap.nexus.dockerregistry.release>nexus3.onap.org:10002</onap.nexus.dockerregistry.release> </properties> <distributionManagement> <repository> |