summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSai Gandham <sg481n@att.com>2018-03-28 02:04:13 +0000
committerSai Gandham <sg481n@att.com>2018-03-28 02:04:21 +0000
commit0f7eb295c1cb603a1dbaef035afcf6f73779a06a (patch)
treeeb57c21589311b5d1bf655859bb958755a83045c /pom.xml
parent05c86474cdee38b0ae8b66f4d0d3f18385896d1b (diff)
remove distribution management from parent
Issue-ID: AAF-199 Change-Id: I589f82f30862047e5283ced3d78a5227465a952e Signed-off-by: Sai Gandham <sg481n@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml17
1 files changed, 1 insertions, 16 deletions
diff --git a/pom.xml b/pom.xml
index 4237efd9..3e92d4ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>