remove distribution management from parent 47/39347/1
authorSai Gandham <sg481n@att.com>
Wed, 28 Mar 2018 02:04:13 +0000 (02:04 +0000)
committerSai Gandham <sg481n@att.com>
Wed, 28 Mar 2018 02:04:21 +0000 (02:04 +0000)
Issue-ID: AAF-199
Change-Id: I589f82f30862047e5283ced3d78a5227465a952e
Signed-off-by: Sai Gandham <sg481n@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 4237efd..3e92d4e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <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>