Change-Id: I539b57146a627a5d55a2da1269813ec588f7b4cb
Signed-off-by: Manoop Talasila <talasila@research.att.com>
                <!-- Tests usually require some setup that maven cannot do, so skip. -->
                <skiptests>false</skiptests>
                <sonar.exclusions>**.js</sonar.exclusions>
+               <nexusproxy>https://nexus.onap.org</nexusproxy>
+               <sitePath>/content/sites/site/org/openecomp/portal/${project.version}</sitePath>
        </properties>
        
        <reporting>
     </reporting>
        <distributionManagement>
                <site>
-                 <id>nexus</id>
-                 <url>dav:https://ecomp-nexus:8443/repository/portal-javadoc/${projectversion}</url>
+                                  <id>ecomp-site</id>
+                                  <url>dav:${nexusproxy}${sitePath}</url>
                </site>
        </distributionManagement>
        <repositories>