Add distributionManagement section
Add distributionManagement section to pom.xmls using parents that are
outside ONAP.
Change-Id: I7232a29068dd426a0f9afacfe19aea6bdd6f9ec1
Issue-ID: SDNC-445
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Former-commit-id: 9193c5a2cba400a9a29050b1fedb2f3d8607f585
diff --git a/SdncReports/pom.xml b/SdncReports/pom.xml
index 65d209d..a811d1b 100644
--- a/SdncReports/pom.xml
+++ b/SdncReports/pom.xml
@@ -13,6 +13,16 @@
<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>
diff --git a/configbackuprestore/pom.xml b/configbackuprestore/pom.xml
index 8f492ed..9aa3c32 100644
--- a/configbackuprestore/pom.xml
+++ b/configbackuprestore/pom.xml
@@ -29,6 +29,17 @@
</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>