summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVarun Gudisena <vg411h@att.com>2017-09-25 11:10:02 -0500
committerVarun Gudisena <vg411h@att.com>2017-09-25 11:10:09 -0500
commit6af912c8b9628086bf08dc43ac98018b556eb949 (patch)
treeee946dc4b44cb1f9780fa0c2c26a1a36b63d63c7
parent39449e0178d8c9729cef699f12ad2f57ef59783c (diff)
Fix stage site jenkins jobs
Added nexus proxy property issue-id: DMAAP-144 Change-Id: I9b8f2b0d3f92d9ef28d9a411aab624821955f026 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 a57d502..1d43308 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,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>
<distributionManagement>