diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-20 10:37:15 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-02-20 14:56:57 -0500 |
commit | 95ed460ebc52baeaf51677b4f210b69ef84e3ff4 (patch) | |
tree | b860b6d51d40a51484d371889ad1d5ccdea769fd /pom.xml | |
parent | 5f42f21a6cf11d9ac1e912a213df2d62527d1e35 (diff) |
no hardcode nexus
Change-Id: I72f0c02e7d3b8a72502efa5e383b8e44c28d516b
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,6 +31,10 @@ <name>Docker build</name> <description>OpenECOMP Policy Docker Build</description> + <properties> + <nexusproxy>https://nexus.openecomp.org</nexusproxy> + </properties> + <repositories> <repository> <id>central</id> |