javadocs site added 57/5957/1
authorManoop Talasila <talasila@research.att.com>
Tue, 4 Apr 2017 19:56:29 +0000 (15:56 -0400)
committerManoop Talasila <talasila@research.att.com>
Tue, 4 Apr 2017 19:56:57 +0000 (15:56 -0400)
Change-Id: I3e238bc114b5bbcb81faa8d9d14618b0806a5a6a
Signed-off-by: Manoop Talasila <talasila@research.att.com>
ecomp-sdk/pom.xml

index 3609011..3ba7268 100644 (file)
@@ -30,6 +30,8 @@
                <hibernate.version>4.3.11.Final</hibernate.version>
                <!-- Tests usually require some setup that maven cannot do, so skip. -->
                <skiptests>true</skiptests>
+               <nexusproxy>https://nexus.onap.org</nexusproxy>
+               <sitePath>/content/sites/site/org/openecomp/ecompsdkos/${project.version}</sitePath>
        </properties>
 
        <reporting>
                </snapshotRepository>
                
         <site>
-          <id>nexus</id>
-          <url>dav:https://ecomp-nexus:8443/repository/portalsdk-javadoc/${version}</url>
+                       <id>ecomp-site</id>
+                       <url>dav:${nexusproxy}${sitePath}</url>
         </site>
        </distributionManagement>
 </project>