Maven staging url 17/1717/1
authorPatrick Brady <pb071s@att.com>
Mon, 6 Mar 2017 23:02:46 +0000 (15:02 -0800)
committerPatrick Brady <pb071s@att.com>
Mon, 6 Mar 2017 23:03:29 +0000 (15:03 -0800)
Changing the url to the nexus staging server.

Change-Id: Ibebabc7d6ae6c1f3c97362a0aeff49800d35f3cc
Signed-off-by: Patrick Brady <pb071s@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 4ad304f..d4d15b3 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <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>