diff options
author | Varun Gudisena <vg411h@att.com> | 2017-09-25 11:11:32 -0500 |
---|---|---|
committer | Varun Gudisena <vg411h@att.com> | 2017-09-25 11:11:37 -0500 |
commit | 90a9a1d0d2a0f09f127f2ed8c81199830f5c5b26 (patch) | |
tree | a366515cc652806944638645b7fc172904c94cb7 | |
parent | 5e5fb095d6eaa4bdbc4382344a57a6dbf648971d (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.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |