diff options
author | Manoop Talasila <talasila@research.att.com> | 2017-04-04 15:38:06 -0400 |
---|---|---|
committer | Manoop Talasila <talasila@research.att.com> | 2017-04-04 15:38:20 -0400 |
commit | c059e8c56fca5f03543f71fe088dbe0ee6076bd3 (patch) | |
tree | c0a16957407d60cd7d66b161e7b015ae6a3a832e | |
parent | f5d39606e5e57594e0fbd28b16992a4754ed2bde (diff) |
javadocs site added
Change-Id: Ia5d2451e994a3e870cdf2f151bfce8be070f7b82
Signed-off-by: Manoop Talasila <talasila@research.att.com>
-rw-r--r-- | ecomp-sdk/pom.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml index 7b75cfbc..25a7a63e 100644 --- a/ecomp-sdk/pom.xml +++ b/ecomp-sdk/pom.xml @@ -34,6 +34,7 @@ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> + <sitePath>/content/sites/site/org/openecomp/ecompsdkos/${project.version}</sitePath> </properties> <reporting> @@ -221,10 +222,10 @@ <name>OpenECOMP - Snapshot Repository</name> <url>${nexusproxy}/${snapshotNexusPath}</url> </snapshotRepository> - - <site> - <id>nexus</id> - <url>dav:https://ecomp-nexus:8443/repository/portalsdk-javadoc/${version}</url> - </site> + + <site> + <id>ecomp-site</id> + <url>dav:${nexusproxy}${sitePath}</url> + </site> </distributionManagement> </project> |