Fix stage site jenkins jobs 35/15135/1
authorVarun Gudisena <vg411h@att.com>
Mon, 25 Sep 2017 16:10:02 +0000 (11:10 -0500)
committerVarun Gudisena <vg411h@att.com>
Mon, 25 Sep 2017 16:10:09 +0000 (11:10 -0500)
Added nexus proxy property

issue-id: DMAAP-144
Change-Id: I9b8f2b0d3f92d9ef28d9a411aab624821955f026
Signed-off-by: Varun Gudisena <vg411h@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index a57d502..1d43308 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>