aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-09-26 03:42:27 -0400
committerDan Timoney <dtimoney@att.com>2017-09-26 03:42:27 -0400
commit4937919008afe8d0955a5e2fc842c130ccd917a8 (patch)
tree870e9fe493bfc0767157e88a55a26d1f6677404d
parent63cdf764c9c574687c8e81338e98f1577c40de2c (diff)
Add distributionManagement section
Add distributionManagement tag to resolve issue with release build. Change-Id: I8a17803b5f71132c0ebb773734a99ddd8138bee8 Issue-ID: CCSDK-54 Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r--pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e25f0b8..d50abe3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,16 @@
<module>oom-app-overlay</module>
<module>oom-app-os</module>
</modules>
+ <distributionManagement>
+ <repository>
+ <id>ecomp-releases</id>
+ <url>${onap.nexus.url}/content/repositories/releases</url>
+ </repository>
+ <snapshotRepository>
+ <id>ecomp-snapshots</id>
+ <url>${onap.nexus.url}/content/repositories/snapshots</url>
+ </snapshotRepository>
+ </distributionManagement>
<build>
<plugins>