From 07a40c895c7fd70daec7a63881799cc51cd53d7a Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Wed, 23 Aug 2017 12:03:32 -0700 Subject: Add support for site deploy in oparent Change-Id: Ib4f02e7863b09a4c9476f82fee536598aeff59fa Issue-id: INT-111 Issue-id: INT-110 Signed-off-by: Gary Wu --- pom.xml | 53 ++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 36 insertions(+), 17 deletions(-) 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 + + -- cgit 1.2.3-korg