javadocs site added
[portal.git] / ecomp-portal-BE / pom.xml
index 2522ca2..3a38ef5 100644 (file)
@@ -15,6 +15,8 @@
                <!-- 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>
@@ -39,8 +41,8 @@
     </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>