remove distribution management from parent
[aaf/authz.git] / 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>