Issue-ID: AAI-599
Change-Id: If12fd3829e5279b2eec231d7188d3b35e5ac08a7
Signed-off-by: da490c <dave.adams@amdocs.com>
 
                </plugins>
        </build>
+               <distributionManagement>
+        <repository>
+            <id>ecomp-releases</id>
+            <name>ECOMP Release Repository</name>
+            <url>${nexusproxy}/content/repositories/releases/</url>
+        </repository>
+        <snapshotRepository>
+            <id>ecomp-snapshots</id>
+            <name>ECOMP Snapshot Repository</name>
+            <url>${nexusproxy}/content/repositories/snapshots/</url>
+        </snapshotRepository>
+    </distributionManagement>
+       
 </project>