diff options
author | varun gudisena <vg411h@att.com> | 2017-09-25 16:40:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-25 16:40:40 +0000 |
commit | 7712561c71c486c4c5c357c2cdd2a084de059875 (patch) | |
tree | 03fc1ddf454e15e41d1bca2915b4ec1ee0e8b1a9 | |
parent | ff76f18c747a72f0ba631eeb35396e2853ad1ad1 (diff) | |
parent | 71cef93397b2ff453d00935dd2d31b88639f6f58 (diff) |
Merge "Fix stage site jenkins jobs"
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,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> <!-- Distribution management --> |