aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>