From 55c8f368a2552bbed6dae6ffaf8ad4f61232bca8 Mon Sep 17 00:00:00 2001 From: HuabingZhao Date: Wed, 9 Aug 2017 05:07:35 +0000 Subject: [PATCH] fix jenkins msb-apigateway-master-stage-site-java Change-Id: Id1551b1de44b4f9cdbd90bb6cc7b1a6debe7fc5c Signed-off-by: HuabingZhao --- .gitignore | 1 + pom.xml | 160 +++++++++++++++++++++++++------------------------------------ 2 files changed, 66 insertions(+), 95 deletions(-) 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 fb83789..4fe6fcc 100644 --- a/pom.xml +++ b/pom.xml @@ -15,117 +15,72 @@ limitations under the License. --> - + 4.0.0 - org.onap.oparent oparent 1.0.0-SNAPSHOT - org.onap.msb.apigateway msb-apigateway-parent 1.0.0-SNAPSHOT pom - onap/msb/msb-apigateway-parent - + onap/msb/msb-apigateway-parent UTF-8 UTF-8 2.18.1 - 1.11.2.2 1.11.9.1001 - 3.2.6 3.2.100 - windows_386 windows_amd64 linux_amd64 - target/assembly/${classifier.linux64}/ target/assembly/${classifier.win32}/ target/assembly/${classifier.win64}/ - 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} - + + + onap-site + ${onap.nexus.javadocs-url} + + apiroute openresty-ext redis-ext distributions - - - - - - - - false - src/main/resources - - **/* - - - - true - src/main/filters - - **/* - - + + false + src/main/resources + + **/* + + + + true + src/main/filters + + **/* + + - - maven-resources-plugin 2.7 - org.codehaus.mojo build-helper-maven-plugin 1.9.1 - org.apache.maven.plugins maven-surefire-plugin @@ -182,13 +125,40 @@ -Xmx1024m -XX:MaxPermSize=256m - + + 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 + + + - - - - - - - + + \ No newline at end of file -- 2.16.6