diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-11-08 14:52:57 -0500 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-11-08 14:53:03 -0500 |
commit | 2cd8b19074730093e986750ef90c93b622e18dfb (patch) | |
tree | 54065917943fb29793129d631ff20be72ccae214 | |
parent | 236408c1165985eb3cf6b00af945f5a81acfd63c (diff) |
Remove all of the distribution management
Issue-ID: AAI-453
Change-Id: I45791775351c680a1428126e405a201817feae14
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
-rw-r--r-- | pom.xml | 12 |
1 files changed, 0 insertions, 12 deletions
@@ -101,18 +101,6 @@ </plugin> </plugins> </build> - - <distributionManagement> - <snapshotRepository> - <id>ecomp-snapshots</id> - <name>ECOMP Snapshot Repository</name> - <url>${onap.nexus.url}/content/repositories/snapshots/</url> - </snapshotRepository> - <site> - <id>ecomp-site</id> - <url>dav:${onap.nexus.url}${sitePath}</url> - </site> - </distributionManagement> <reporting> <plugins> <plugin> |