Change-Id: I3e238bc114b5bbcb81faa8d9d14618b0806a5a6a
Signed-off-by: Manoop Talasila <talasila@research.att.com>
<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>