diff options
author | Manoop Talasila <talasila@research.att.com> | 2017-04-04 15:48:02 -0400 |
---|---|---|
committer | Manoop Talasila <talasila@research.att.com> | 2017-04-04 15:48:12 -0400 |
commit | 472635713b7471b300a988db7e907bab0119eaee (patch) | |
tree | 7f72562f9a048d85a4ed74482f68bb5b4af6aa6c /dcae_dmaapbc_webapp/pom.xml | |
parent | 28c487b0015d403fc487ce982841a76fc8c156ee (diff) |
javadocs site added
Change-Id: I2258da0ebbbafdf19e8edf407f2423357728ec64
Signed-off-by: Manoop Talasila <talasila@research.att.com>
Diffstat (limited to 'dcae_dmaapbc_webapp/pom.xml')
-rw-r--r-- | dcae_dmaapbc_webapp/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dcae_dmaapbc_webapp/pom.xml b/dcae_dmaapbc_webapp/pom.xml index 5481605..9de0301 100644 --- a/dcae_dmaapbc_webapp/pom.xml +++ b/dcae_dmaapbc_webapp/pom.xml @@ -30,6 +30,7 @@ <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> <stagingNexusPath>/content/repositories/staging/</stagingNexusPath> + <sitePath>/content/sites/site/org/openecomp/ui/dmaapbc/${project.version}</sitePath> </properties> <repositories> @@ -365,8 +366,8 @@ with password "changeit" --> <site> - <id>nexus</id> - <url>dav:https://ecomp-nexus:8443/repository/dbc-javadoc/${project.version}</url> + <id>ecomp-site</id> + <url>dav:${nexusproxy}${sitePath}</url> </site> </distributionManagement> <pluginRepositories> |