diff options
Diffstat (limited to 'ecomp-portal-BE-os')
-rw-r--r-- | ecomp-portal-BE-os/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ecomp-portal-BE-os/pom.xml b/ecomp-portal-BE-os/pom.xml index 2cf1af23..d00d47a0 100644 --- a/ecomp-portal-BE-os/pom.xml +++ b/ecomp-portal-BE-os/pom.xml @@ -4,7 +4,6 @@ <groupId>org.openecomp.portal</groupId> <artifactId>ecompportal-be-os</artifactId> <packaging>war</packaging> - <!-- Jenkins is not used to build the o/s version --> <version>1.1</version> <properties> @@ -22,6 +21,7 @@ <nexusproxy>https://nexus.onap.org</nexusproxy> <snapshotNexusPath>content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>content/repositories/releases/</releaseNexusPath> + <sitePath>/content/sites/site/org/onap/portal/${project.version}</sitePath> </properties> <reporting> @@ -46,8 +46,8 @@ </reporting> <distributionManagement> <site> - <id>nexus</id> - <url>dav:https://ecomp-nexus:8443/repository/portal-javadoc/${epsdk.version}</url> + <id>ecomp-site</id> + <url>dav:${nexusproxy}${sitePath}</url> </site> </distributionManagement> <repositories> |