Add distributionManagement section 89/15389/1
authorDan Timoney <dtimoney@att.com>
Tue, 26 Sep 2017 07:42:27 +0000 (03:42 -0400)
committerDan Timoney <dtimoney@att.com>
Tue, 26 Sep 2017 07:42:27 +0000 (03:42 -0400)
Add distributionManagement tag to resolve issue with release build.

Change-Id: I8a17803b5f71132c0ebb773734a99ddd8138bee8
Issue-ID: CCSDK-54
Signed-off-by: Dan Timoney <dtimoney@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index e25f0b8..d50abe3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <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>