Merge "Add distributionManagement section"
authorDavid Stilwell <stilwelld@att.com>
Thu, 13 Sep 2018 15:20:15 +0000 (15:20 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 13 Sep 2018 15:20:15 +0000 (15:20 +0000)
SdncReports/pom.xml
configbackuprestore/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>
index 8f492ed..9aa3c32 100644 (file)
                </dependency>
        </dependencies>
 
+       <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>getBackupVnfDetailService</module>
                <module>vnfconfigreportsservice</module>