aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-03-06 15:02:46 -0800
committerPatrick Brady <pb071s@att.com>2017-03-06 15:03:29 -0800
commitfc4d5a0dad97d1c87a28159f8c45e1086f9d9b6c (patch)
tree64f50ed49abbfc3897473fdbf93e76569057f5da
parent42ce57c3a5db696cf93e68519153b258d00fe013 (diff)
Maven staging url
Changing the url to the nexus staging server. Change-Id: Ibebabc7d6ae6c1f3c97362a0aeff49800d35f3cc Signed-off-by: Patrick Brady <pb071s@att.com>
-rw-r--r--pom.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index 4ad304f..d4d15b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,17 +31,17 @@
<build>
<plugins>
<!--maven staging plugin-->
- <plugin>
- <groupId>org.sonatype.plugins</groupId>
- <artifactId>nexus-staging-maven-plugin</artifactId>
- <version>1.6.7</version>
- <extensions>true</extensions>
- <configuration>
- <nexusUrl>${nexusproxy}</nexusUrl>
- <stagingProfileId>176c31dfe190a</stagingProfileId>
- <serverId>ecomp-staging</serverId>
- </configuration>
- </plugin>
+ <plugin>
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-staging-maven-plugin</artifactId>
+ <version>1.6.7</version>
+ <extensions>true</extensions>
+ <configuration>
+ <nexusUrl>https://nexus.openecomp.org/content/repositories/staging/</nexusUrl>
+ <stagingProfileId>176c31dfe190a</stagingProfileId>
+ <serverId>ecomp-staging</serverId>
+ </configuration>
+ </plugin>
<!-- blackduck maven plugin -->
<plugin>
<groupId>com.blackducksoftware.integration</groupId>