diff options
author | Jim Hahn <jrh3@att.com> | 2018-10-30 10:12:15 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2018-10-30 10:12:15 -0400 |
commit | 205eaacc4db3e853520cc49e0f62dba407f9a2ae (patch) | |
tree | 9f828873cdd92b6903dc8efc17aaa28c8e05dc82 /pom.xml | |
parent | 01a357b4e27480844686eb83ef81809a28056e41 (diff) |
Remove openecomp repo from engine pom
Change-Id: I5651c65d06ceacc663b985315755d6cb93cd6666
Issue-ID: POLICY-1231
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -85,22 +85,6 @@ <module>packages</module> <module>TestSuite</module> </modules> - <distributionManagement> - <repository> - <id>ecomp-releases</id> - <name>ONAP Release Repository</name> - <url>${nexusproxy}/${releases.path}</url> - </repository> - <snapshotRepository> - <id>ecomp-snapshots</id> - <name>ONAP Snapshot Repository</name> - <url>${nexusproxy}/${snapshots.path}</url> - </snapshotRepository> - <site> - <id>ecomp-site</id> - <url>dav:${nexusproxy}${sitePath}</url> - </site> - </distributionManagement> <reporting> <plugins> <plugin> |