aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-05-01 12:00:18 -0700
committerPatrick Brady <pb071s@att.com>2017-05-01 12:00:34 -0700
commit22c3690b50b8cc0ad0aaa82e4490f107e6eb4e2b (patch)
tree8417760e016ac51d49917d566e3310f1a6ac28d2
parent3772f2131297e96322b722d21823bc66456af314 (diff)
Correcting jenkins build errors
Change-Id: I6b7584b08b1ad53a821d50bd6f906c42ecb8652b Signed-off-by: Patrick Brady <pb071s@att.com>
-rw-r--r--pom.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 34803d11f..1a9927cb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,6 +127,13 @@
<!-- 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 -->
@@ -608,7 +615,7 @@
<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>