From: Gary Wu Date: Wed, 23 Aug 2017 19:03:32 +0000 (-0700) Subject: Add support for site deploy in oparent X-Git-Tag: v0.1.0~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F77%2F8477%2F1;p=oparent.git Add support for site deploy in oparent Change-Id: Ib4f02e7863b09a4c9476f82fee536598aeff59fa Issue-id: INT-111 Issue-id: INT-110 Signed-off-by: Gary Wu --- diff --git a/pom.xml b/pom.xml index 4165b16..d4012a8 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,6 @@ license oparent - 1.8 1.8 @@ -35,7 +34,6 @@ UTF-8 https://nexus.onap.org - ecomp-releases @@ -45,8 +43,12 @@ ecomp-snapshots ${onap.nexus.url}/content/repositories/snapshots + + ecomp-site + + dav:${onap.nexus.url}${sitePath} + - @@ -60,26 +62,43 @@ 176c31dfe190a ecomp-staging - - + + org.apache.maven.plugins maven-deploy-plugin - 2.8 + + 2.8 - + - - - - + - org.sonatype.plugins - nexus-staging-maven-plugin - - org.apache.maven.plugins - maven-deploy-plugin - + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + + org.apache.maven.plugins + maven-deploy-plugin + + + org.apache.maven.plugins + maven-site-plugin + +