aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVarun Gudisena <vg411h@att.com>2017-09-25 11:11:32 -0500
committerVarun Gudisena <vg411h@att.com>2017-09-25 11:11:37 -0500
commit90a9a1d0d2a0f09f127f2ed8c81199830f5c5b26 (patch)
treea366515cc652806944638645b7fc172904c94cb7
parent5e5fb095d6eaa4bdbc4382344a57a6dbf648971d (diff)
Fix stage site jenkins jobs
Added Nexus proxy url issue-id: DMAAP-144 Change-Id: Ic09cfddf8f2f60e68f13a9c705b38d38f63d8e1a 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 951da70..b07ceb5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,6 +52,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>