Fix stage site jenkins jobs 39/15139/1
authorVarun Gudisena <vg411h@att.com>
Mon, 25 Sep 2017 16:13:59 +0000 (11:13 -0500)
committerVarun Gudisena <vg411h@att.com>
Mon, 25 Sep 2017 16:14:04 +0000 (11:14 -0500)
Added nexus proxy url

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

diff --git a/pom.xml b/pom.xml
index ca7b437..8f4b203 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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 -->