From: Varun Gudisena Date: Fri, 22 Sep 2017 04:36:07 +0000 (-0500) Subject: Add site plugin X-Git-Tag: v1.0.0~8^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dmaap%2Fmessagerouter%2Fmirroragent.git;a=commitdiff_plain;h=915e12f77a973217422a2381e9872dbf4eacfef8;hp=cc8a86bf1bf582e0bb5e9f2c9ef2c3547c77574f Add site plugin Added maven site plugin for stage-site jenkins job issue-id: DMAAP-144 Change-Id: I1328d21fc4653899d1cef43f71ad5ea0bf3e4c26 Signed-off-by: Varun Gudisena --- diff --git a/pom.xml b/pom.xml index 5089b52..a57d502 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.onap.oparent oparent - 1.0.0-SNAPSHOT + 0.1.1 dmaapMMAgent @@ -48,7 +48,16 @@ target/code-coverage/jacoco-it.exec **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + /content/sites/site/org/onap/dmaap/${project.artifactId}/${project.version} + + + + ecomp-site + dav:${nexusproxy}${sitePath} + + + Apache License Version 2.0 @@ -88,6 +97,18 @@ + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + org.apache.maven.plugins maven-javadoc-plugin