summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVarun Gudisena <vg411h@att.com>2017-09-25 11:13:59 -0500
committerVarun Gudisena <vg411h@att.com>2017-09-25 11:14:04 -0500
commit71cef93397b2ff453d00935dd2d31b88639f6f58 (patch)
treecb47d6bd3bccb6badaf757af4470ec068477c862
parent59be9016d43b69a2814939d1e8ae8885c8f07d6b (diff)
Fix stage site jenkins jobs
Added nexus proxy url issue-id: DMAAP-144 Change-Id: I421e03405473b3fc75d7b0259e24296ec6edf87d Signed-off-by: Varun Gudisena <vg411h@att.com>
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ca7b437..8f4b203 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,6 +53,7 @@
<!-- Note: This list should match jacoco-maven-plugin's exclusion list below -->
<sonar.exclusions>**/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/**</sonar.exclusions>
<sitePath>/content/sites/site/org/onap/dmaap/${project.artifactId}/${project.version}</sitePath>
+ <nexusproxy>https://nexus.onap.org</nexusproxy>
</properties>
<!-- Distribution management -->