diff options
author | Patrick Brady <pb071s@att.com> | 2017-03-06 22:58:24 -0800 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-03-06 22:58:35 -0800 |
commit | 30976bef02b157f1eaa1ec0a7b5a7384f5c36d83 (patch) | |
tree | 5426a8cafe4b71b6391ac21dee7c8b22bb6f2be4 | |
parent | fc4d5a0dad97d1c87a28159f8c45e1086f9d9b6c (diff) |
Adding ecocmp-staging repository
Adding a repository section to the pom file so that the path
to the ecomp-staging nexus can be defined there instead of the
staging plugin itself since the staging plugin only wants the
base url of the nexus server.
Change-Id: I8e4e5e4e8c6b2e1fa304ae72a08b000a14ff2d45
Signed-off-by: Patrick Brady <pb071s@att.com>
-rw-r--r-- | pom.xml | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -28,6 +28,13 @@ <url>http://maven.restlet.com</url> </pluginRepository> </pluginRepositories> + <repositories> + <repository> + <id>ecomp-staging</id> + <name>ecomp Staging Repository</name> + <url>https://nexus.openecomp.org/content/repositories/staging/</url> + </repository> + </repositories> <build> <plugins> <!--maven staging plugin--> @@ -37,7 +44,7 @@ <version>1.6.7</version> <extensions>true</extensions> <configuration> - <nexusUrl>https://nexus.openecomp.org/content/repositories/staging/</nexusUrl> + <nexusUrl>https://nexus.openecomp.org</nexusUrl> <stagingProfileId>176c31dfe190a</stagingProfileId> <serverId>ecomp-staging</serverId> </configuration> |