summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-BE/pom.xml
diff options
context:
space:
mode:
authorManoop Talasila <talasila@research.att.com>2017-04-04 15:51:30 -0400
committerManoop Talasila <talasila@research.att.com>2017-04-04 15:51:39 -0400
commit4e957883d7cc7658378ae8c383500f7173a08444 (patch)
tree6fcaf860c5e953ad54b93a809096677b5f8dcfd1 /ecomp-portal-BE/pom.xml
parent98267b70c38b8eedb3e13802b13e33388edda70e (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.xml6
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>