aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorubuntu <ha076r@att.com>2017-05-10 18:31:45 -0400
committerPatrick Brady <pb071s@att.com>2017-05-11 06:20:24 +0000
commitcf7658649337550ebcc5299411a67b885e7abeef (patch)
tree67559f790b0295b50daac09f7eb0905933ecf5ca
parentf76caa7fc9f5fa703ec065bc7e5b4e3386f5e022 (diff)
Add distMgmt tag to rootpom
Change-Id: Iffbc88079febaa853a90b6bdfdb7e3728e47b371 Signed-off-by: ubuntu <ha076r@att.com>
-rw-r--r--pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 0582931..3c5dcc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,6 +21,22 @@
</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 -->
<!-- ================================================================================== -->
<pluginRepositories>