diff options
author | Manoop Talasila <talasila@research.att.com> | 2017-04-04 15:56:29 -0400 |
---|---|---|
committer | Manoop Talasila <talasila@research.att.com> | 2017-04-04 15:56:57 -0400 |
commit | 01fa8a8a9857cd8acd210512d61d7a9dc42b5ef0 (patch) | |
tree | df64585c63b29e2a857fc1f12a6d736c1adbe71e | |
parent | 0ed20dd943757b38d39b42d82ce7bf50c46c0850 (diff) |
javadocs site added
Change-Id: I3e238bc114b5bbcb81faa8d9d14618b0806a5a6a
Signed-off-by: Manoop Talasila <talasila@research.att.com>
-rw-r--r-- | ecomp-sdk/pom.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index 36090115..3ba7268e 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -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> @@ -219,8 +221,8 @@ </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> |