diff options
author | Sai Gandham <sg481n@att.com> | 2018-03-28 02:04:13 +0000 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2018-03-28 02:04:21 +0000 |
commit | 0f7eb295c1cb603a1dbaef035afcf6f73779a06a (patch) | |
tree | eb57c21589311b5d1bf655859bb958755a83045c | |
parent | 05c86474cdee38b0ae8b66f4d0d3f18385896d1b (diff) |
remove distribution management from parent
Issue-ID: AAF-199
Change-Id: I589f82f30862047e5283ced3d78a5227465a952e
Signed-off-by: Sai Gandham <sg481n@att.com>
-rw-r--r-- | pom.xml | 17 |
1 files changed, 1 insertions, 16 deletions
@@ -67,21 +67,6 @@ <module>auth</module> </modules> - <distributionManagement> - <repository> - <id>ecomp-releases</id> - <name>AAF Release Repository</name> - <url>${nexusproxy}${releaseNexusPath}</url> - </repository> - <snapshotRepository> - <id>ecomp-snapshots</id> - <name>AAF Snapshot Repository</name> - <url>${nexusproxy}${snapshotNexusPath}</url> - </snapshotRepository> - <site> - <id>ecomp-site</id> - <url>dav:${nexusproxy}${sitePath}</url> - </site> - </distributionManagement> + </project> |