From: Varun Gudisena Date: Fri, 22 Sep 2017 04:39:45 +0000 (-0500) Subject: Add maven site plugin X-Git-Tag: v1.0.0~6^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=d245aec3c055ddb1e9417ccddfc41b2d41884e35;p=dmaap%2Fmessagerouter%2Fmsgrtr.git Add maven site plugin Added maven site plug for jenkins job issue-id: DMAAP-144 Change-Id: Id54122d4d3e0038c3d4767a38302c3c0077b507d Signed-off-by: Varun Gudisena --- diff --git a/pom.xml b/pom.xml index 7a50428..ca7b437 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.oparent oparent - 1.0.0-SNAPSHOT + 0.1.1 @@ -52,11 +52,18 @@ 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} + + @@ -289,6 +296,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