diff options
author | varun gudisena <vg411h@att.com> | 2017-09-25 16:40:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-25 16:40:57 +0000 |
commit | 4dfba6f5c5804b3af25476ad0c9e9dc9474d4df6 (patch) | |
tree | 365a77f02f79c56e7263a8fb143e73adb2f856a1 /pom.xml | |
parent | 3e2d834ce52064d292f4f4928eb210682ede4437 (diff) | |
parent | 90a9a1d0d2a0f09f127f2ed8c81199830f5c5b26 (diff) |
Merge "Fix stage site jenkins jobs"
Diffstat (limited to 'pom.xml')
-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> |