aboutsummaryrefslogtreecommitdiffstats
path: root/SdncReports
diff options
context:
space:
mode:
Diffstat (limited to 'SdncReports')
-rw-r--r--SdncReports/pom.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/SdncReports/pom.xml b/SdncReports/pom.xml
index 65d209d7..a811d1b3 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>