Second attempt to fix site deploy error 11/7711/2
authorChristopher Lott (cl778h) <clott@research.att.com>
Wed, 16 Aug 2017 10:14:47 +0000 (06:14 -0400)
committerChristopher Lott (cl778h) <clott@research.att.com>
Wed, 16 Aug 2017 10:30:35 +0000 (06:30 -0400)
Correct entries for deploy target host and path
in ecomp-portal-BE-os/pom.xml to repair deploy error

Issue: PORTAL-54
Change-Id: Id5c34e7c89eaff4467092b2d322fd0e07cb43950
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
ecomp-portal-BE-os/pom.xml

index 837e6df..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>
@@ -47,7 +47,7 @@
        <distributionManagement>
                <site>
                        <id>ecomp-site</id>
-                       <url>dav:${nexusproxy}/content/sites/site/org/onap/portal/${project.version}</url>
+                       <url>dav:${nexusproxy}${sitePath}</url>
                </site>
        </distributionManagement>
        <repositories>