Add missing distributionManagement section to poms
[aai/search-data-service.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 3eb4543..f7c542e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <module>elasticsearch-sg</module>
        </modules>
 
+       <properties>
+               <nexusproxy>https://nexus.onap.org</nexusproxy>
+       </properties>
+
        <build>
                <plugins>
                        <plugin>
                </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>
\ No newline at end of file