diff options
author | Jim Hahn <jrh3@att.com> | 2018-10-30 10:12:15 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-11-01 01:08:52 +0000 |
commit | a7af647896a6e711dd8dad9b31ba0098135d4f2a (patch) | |
tree | ec358f5fa932605d2507e0a94504dc2af82a03f1 | |
parent | 4ddca8b6689fa2ecef851d9b7d352f0d4005c82d (diff) |
Remove openecomp repo from engine pom
Change-Id: I5651c65d06ceacc663b985315755d6cb93cd6666
Issue-ID: POLICY-1231
Signed-off-by: Jim Hahn <jrh3@att.com>
(cherry picked from commit 205eaacc4db3e853520cc49e0f62dba407f9a2ae)
-rw-r--r-- | pom.xml | 16 |
1 files changed, 0 insertions, 16 deletions
@@ -83,22 +83,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> |