diff options
author | Manoop Talasila <talasila@research.att.com> | 2017-04-04 15:25:26 -0400 |
---|---|---|
committer | Manoop Talasila <talasila@research.att.com> | 2017-04-04 15:31:15 -0400 |
commit | 6df5a28876e69f00f33a441181be18c03b662338 (patch) | |
tree | 0c08302f8d42e867d8c6f049008fcaebd2fc5d66 /ecomp-portal-BE/pom.xml | |
parent | 8af09408f992a603f6ac02d2c598406bb083c724 (diff) |
javadoc site added
Change-Id: I5274ea75f4414b6bf376719dec1ed1a8dbba8abf
Signed-off-by: Manoop Talasila <talasila@research.att.com>
Diffstat (limited to 'ecomp-portal-BE/pom.xml')
-rw-r--r-- | ecomp-portal-BE/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ecomp-portal-BE/pom.xml b/ecomp-portal-BE/pom.xml index a39d44d2..e8590cbc 100644 --- a/ecomp-portal-BE/pom.xml +++ b/ecomp-portal-BE/pom.xml @@ -19,6 +19,7 @@ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> + <sitePath>/content/sites/site/org/openecomp/portal/${project.version}</sitePath> </properties> <reporting> @@ -43,8 +44,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> |