Fix stage site jenkins jobs 41/15141/1
authorVarun Gudisena <vg411h@att.com>
Mon, 25 Sep 2017 16:11:32 +0000 (11:11 -0500)
committerVarun Gudisena <vg411h@att.com>
Mon, 25 Sep 2017 16:11:37 +0000 (11:11 -0500)
Added Nexus proxy url

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

diff --git a/pom.xml b/pom.xml
index 951da70..b07ceb5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>