diff options
author | Manoop Talasila <talasila@research.att.com> | 2017-04-04 15:51:30 -0400 |
---|---|---|
committer | Manoop Talasila <talasila@research.att.com> | 2017-04-04 15:51:39 -0400 |
commit | 4e957883d7cc7658378ae8c383500f7173a08444 (patch) | |
tree | 6fcaf860c5e953ad54b93a809096677b5f8dcfd1 /ecomp-portal-BE/pom.xml | |
parent | 98267b70c38b8eedb3e13802b13e33388edda70e (diff) |
javadocs site added
Change-Id: I539b57146a627a5d55a2da1269813ec588f7b4cb
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 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ecomp-portal-BE/pom.xml b/ecomp-portal-BE/pom.xml index 2522ca29..3a38ef54 100644 --- a/ecomp-portal-BE/pom.xml +++ b/ecomp-portal-BE/pom.xml @@ -15,6 +15,8 @@ <!-- Tests usually require some setup that maven cannot do, so skip. --> <skiptests>false</skiptests> <sonar.exclusions>**.js</sonar.exclusions> + <nexusproxy>https://nexus.onap.org</nexusproxy> + <sitePath>/content/sites/site/org/openecomp/portal/${project.version}</sitePath> </properties> <reporting> @@ -39,8 +41,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> |