Add distribution management to pom for deploy
[aai/aai-service.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 68bb9c5..dfc6460 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <!-- 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>