diff options
-rwxr-xr-x | pom.xml | 2 | ||||
-rwxr-xr-x | vnfs/honeycomb_plugin/sample_plugin/sample-distribution/pom.xml | 13 |
2 files changed, 14 insertions, 1 deletions
@@ -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> |