aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorplatania <platania@research.att.com>2017-03-07 16:43:52 -0500
committerplatania <platania@research.att.com>2017-03-07 16:43:52 -0500
commitac8f64edd4ba7944f94909edbdbb16802d54071c (patch)
tree31176c700abc28726b42bd2213d6127662e0b84c
parentcca0c50add665f449d8c14b7f78544c931aa3110 (diff)
update deploy info
Change-Id: I388b3d00204e20c7c461f42574f47b7c2045dd66 Signed-off-by: platania <platania@research.att.com>
-rwxr-xr-xpom.xml2
-rwxr-xr-xvnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml13
2 files changed, 14 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 8b7acdc1..ce49d4d0 100755
--- a/pom.xml
+++ b/pom.xml
@@ -67,7 +67,7 @@
<version>1.6.7</version>
<extensions>true</extensions>
<configuration>
- <nexusUrl>${nexusproxy}</nexusUrl>
+ <nexusUrl>https://nexus.openecomp.org/</nexusUrl>
<stagingProfileId>176c31dfe190a</stagingProfileId>
<serverId>ecomp-staging</serverId>
</configuration>
diff --git a/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml
index 1c6b5d2e..b37a19dd 100755
--- a/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml
+++ b/vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml
@@ -87,4 +87,17 @@
</dependency>
</dependencies>
+ <distributionManagement>
+ <repository>
+ <id>ecomp-releases</id>
+ <name>Demo Release Repository</name>
+ <url> https://nexus.openecomp.org/content/repositories/releases/</url>
+ </repository>
+ <snapshotRepository>
+ <id>ecomp-snapshots</id>
+ <name>Demo Snapshot Repository</name>
+ <url> https://nexus.openecomp.org/content/repositories/snapshots/</url>
+ </snapshotRepository>
+ </distributionManagement>
+
</project>