Add distributionManagement section
[sdnc/oam.git] / SdncReports / pom.xml
index 65d209d..a811d1b 100644 (file)
                <artifactId>spring-boot-starter-parent</artifactId>
                <version>1.5.4.RELEASE</version>
        </parent>
+       <distributionManagement>
+               <repository>
+                       <id>ecomp-releases</id>
+                       <url>http://nexus.onap.org/content/repositories/releases</url>
+               </repository>
+               <snapshotRepository>
+                       <id>ecomp-snapshots</id>
+                       <url>http://nexus.onap.org/content/repositories/snapshots</url>
+               </snapshotRepository>
+       </distributionManagement>
        
        <modules>
                <module>SdncReportsDao</module>
@@ -62,4 +72,4 @@
                </plugins>
        </build>
 
-</project>
\ No newline at end of file
+</project>