Merge "Replicate demo/boot/portal_vm_init.sh"
[portal.git] / ecomp-portal-BE-os / pom.xml
index 2cf1af2..d00d47a 100644 (file)
@@ -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>