Add distMgmt tag to rootpom 13/4113/2
authorubuntu <ha076r@att.com>
Wed, 10 May 2017 22:31:45 +0000 (18:31 -0400)
committerPatrick Brady <pb071s@att.com>
Thu, 11 May 2017 06:20:24 +0000 (06:20 +0000)
Change-Id: Iffbc88079febaa853a90b6bdfdb7e3728e47b371
Signed-off-by: ubuntu <ha076r@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 0582931..3c5dcc3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <openecomp.nexus.release-url>${openecomp.nexus.url}/repositories/releases/</openecomp.nexus.release-url>
     </properties>
 
+    <!-- ================================================================================== -->
+    <!-- Distribution Management Sites -->
+    <!-- ================================================================================== -->
+    <distributionManagement>
+        <repository>
+            <id>ecomp-releases</id>
+            <name>openecomp-repository-releases</name>
+            <url>${openecomp.nexus.release-url}</url>
+        </repository>
+        <snapshotRepository>
+            <id>ecomp-snapshots</id>
+            <name>openecomp-repository-snapshots</name>
+            <url>${openecomp.nexus.snapshot-url}</url>
+        </snapshotRepository>
+    </distributionManagement>
+
     <!-- ================================================================================== -->
     <!-- Define plugin repositories -->
     <!-- ================================================================================== -->