diff options
author | varun gudisena <vg411h@att.com> | 2017-09-25 16:40:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-25 16:40:30 +0000 |
commit | dc6371367397e2c88eb0c7164053c6b709cbeedc (patch) | |
tree | c66452387eeb2cea1bd9a0fdc1539a6143e6b644 | |
parent | 2d7f1008073e33b10797cabd02c226101cb25289 (diff) | |
parent | 6af912c8b9628086bf08dc43ac98018b556eb949 (diff) |
Merge "Fix stage site jenkins jobs"
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |