Correcting jenkins build errors 81/3781/1
authorPatrick Brady <pb071s@att.com>
Mon, 1 May 2017 19:00:18 +0000 (12:00 -0700)
committerPatrick Brady <pb071s@att.com>
Mon, 1 May 2017 19:00:34 +0000 (12:00 -0700)
Change-Id: I6b7584b08b1ad53a821d50bd6f906c42ecb8652b
Signed-off-by: Patrick Brady <pb071s@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 34803d1..1a9927c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <!-- ADDING TO SUPPORT APPC-PROVIDER-MODEL yang-gen-sal FOLDER 
                        GENERATION -->
         <yang.file.directory>src/main/yang</yang.file.directory>
+
+        <!-- NEXUS URLS -->
+        <openecomp.nexus.host>nexus.onap.org</openecomp.nexus.host>
+        <openecomp.nexus.url>https://${openecomp.nexus.host}/content</openecomp.nexus.url>
+        <openecomp.nexus.snapshot-url>${openecomp.nexus.url}/repositories/snapshots/</openecomp.nexus.snapshot-url>
+        <openecomp.nexus.release-url>${openecomp.nexus.url}/repositories/releases/</openecomp.nexus.release-url>
+        <openecomp.nexus.javadocs-url>dav:${openecomp.nexus.url}/sites/site/org/onap/appc/${project.version}</openecomp.nexus.javadocs-url>
     </properties>
     <!-- ================================================================================== -->
     <!-- Javadoc Generation Plugin -->
                 <version>1.6.7</version>
                 <extensions>true</extensions>
                 <configuration>
-                    <nexusUrl>https://nexus.onap.org/content/repositories/staging/</nexusUrl>
+                    <nexusUrl>https://${openecomp.nexus.host}</nexusUrl>
                     <stagingProfileId>176c31dfe190a</stagingProfileId>
                     <serverId>ecomp-staging</serverId>
                 </configuration>