diff options
author | Manoop Talasila <talasila@research.att.com> | 2017-04-04 15:58:37 -0400 |
---|---|---|
committer | Manoop Talasila <talasila@research.att.com> | 2017-04-04 15:59:25 -0400 |
commit | 3f431a9f7fbd2de4739510bae8b6ceb94d7809e3 (patch) | |
tree | 04a8ec15d937d5106bf79b27e52eca4e33b01973 | |
parent | cd7ddff4b57b18eeba123b28c7dd4e60bf94eaa1 (diff) |
javadocs site added
Change-Id: Ic5dd16893777e18d1facfd1e2eb317cd0b8d7958
Signed-off-by: Manoop Talasila <talasila@research.att.com>
-rw-r--r-- | dcae_dmaapbc_webapp/pom.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dcae_dmaapbc_webapp/pom.xml b/dcae_dmaapbc_webapp/pom.xml index 7b0998d..0b3c2fb 100644 --- a/dcae_dmaapbc_webapp/pom.xml +++ b/dcae_dmaapbc_webapp/pom.xml @@ -26,6 +26,8 @@ <!-- Jenkins invokes mvn with argument -Dbuild.number=${BUILD_NUMBER} --> <build.number>0</build.number> <sonar.exclusions>**.js</sonar.exclusions> + <nexusproxy>https://nexus.onap.org</nexusproxy> + <sitePath>/content/sites/site/org/openecomp/ui/dmaapbc/${project.version}</sitePath> </properties> <repositories> @@ -361,8 +363,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> |