Changing from openecomp to onap 59/3059/1
authorPatrick Brady <pb071s@att.com>
Tue, 4 Apr 2017 22:08:41 +0000 (15:08 -0700)
committerPatrick Brady <pb071s@att.com>
Tue, 4 Apr 2017 22:15:25 +0000 (15:15 -0700)
Fixing build errors caused by the change
from openecomp.org to onap.org.

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

diff --git a/pom.xml b/pom.xml
index 47c34c1..34803d1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <!-- This site is used for Javadocs -->
         <site>
             <id>app-c-javadoc</id>
-            <url>dav:https://nexus.openecomp.org/repository/app-c-javadoc/${project.version}</url>
+            <url>dav:https://nexus.onap.org/repository/app-c-javadoc/${project.version}</url>
         </site>
     </distributionManagement>
     <!-- ================================================================================== -->
     <build>
         <pluginManagement>
             <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>https://nexus.openecomp.org/content/repositories/staging/</nexusUrl>
-                        <stagingProfileId>176c31dfe190a</stagingProfileId>
-                        <serverId>ecomp-staging</serverId>
-                    </configuration>
-                </plugin>
                 <!-- Define the site plugin to generate documentation -->
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
             </plugins>
         </pluginManagement>
         <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>https://nexus.onap.org/content/repositories/staging/</nexusUrl>
+                    <stagingProfileId>176c31dfe190a</stagingProfileId>
+                    <serverId>ecomp-staging</serverId>
+                </configuration>
+            </plugin>
             <!-- Javadocs Plugin -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
             <properties>
                 <ssl.allowall>true</ssl.allowall>
                 <ssl.insecure>true</ssl.insecure>
-                <openecomp.nexus.host>nexus.openecomp.org</openecomp.nexus.host>
-                <openecomp.nexus.release-url>https://nexus.openecomp.org/content/repositories/releases/</openecomp.nexus.release-url>
-                <openecomp.nexus.snapshot-url>https://nexus.openecomp.org/content/repositories/snapshots/</openecomp.nexus.snapshot-url>
+                <openecomp.nexus.host>nexus.onap.org</openecomp.nexus.host>
+                <openecomp.nexus.release-url>https://nexus.onap.org/content/repositories/releases/</openecomp.nexus.release-url>
+                <openecomp.nexus.snapshot-url>https://nexus.onap.org/content/repositories/snapshots/</openecomp.nexus.snapshot-url>
                 <openecomp.git.port>7999</openecomp.git.port>
                 <openecomp.git.project>st_osecomp</openecomp.git.project>
                 <openecomp.git.protocol>http</openecomp.git.protocol>