From: HuabingZhao Date: Wed, 9 Aug 2017 06:11:54 +0000 (+0000) Subject: fix jenkins msb-discovery-master-stage-site-java X-Git-Tag: v1.0.0~16 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F69%2F7069%2F1;p=msb%2Fdiscovery.git fix jenkins msb-discovery-master-stage-site-java Change-Id: Ia6c96c2c10ada6ed9e9b79d065b19653cfd44a62 Signed-off-by: HuabingZhao --- diff --git a/.gitignore b/.gitignore index c6355b1..45e67f4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .project .classpath .settings/ +.vscode/ target/ .vagrant /archives/ diff --git a/pom.xml b/pom.xml index 272b1a9..47a032e 100644 --- a/pom.xml +++ b/pom.xml @@ -48,6 +48,12 @@ src/main/docker src/main/blueprint target/version + + nexus.onap.org + https://${onap.nexus.host}/content + ${onap.nexus.url}/repositories/snapshots/ + ${onap.nexus.url}/repositories/releases/ + dav:${onap.nexus.url}/sites/site/org/onap/msb/apigateway/${project.version} @@ -57,53 +63,14 @@ distributions - - - - + + + onap-site + ${onap.nexus.javadocs-url} + + + - false @@ -148,11 +115,6 @@ 2.3 - maven-resources-plugin @@ -164,7 +126,39 @@ build-helper-maven-plugin 1.9.1 - + + org.apache.maven.plugins + maven-site-plugin + 3.6 + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.4 + + false + false + + + dependencies + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8 + + + + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + +