Change-Id: I9ff78797a9572e7ac363b802e93c7f9730a39d28
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
                <!-- For using CXF with Maven -->
                <cxf.version>3.0.4</cxf.version>
        </properties>
+       <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>
        
                <!-- Plugins and repositories -->
           <pluginRepositories>