From 7eb214c9e149b4fc54a0d0e649c97cdfdff07559 Mon Sep 17 00:00:00 2001 From: Jone Date: Thu, 12 Jul 2018 19:58:48 +0800 Subject: [PATCH] 调整 pom 结构,避免子项目因自定义插件而报错 --- pom.xml | 130 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------- 1 file changed, 63 insertions(+), 67 deletions(-) diff --git a/pom.xml b/pom.xml index 42164c4..28ca22f 100644 --- a/pom.xml +++ b/pom.xml @@ -140,6 +140,69 @@ + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy + process-resources + + copy-dependencies + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + org.jacoco + jacoco-maven-plugin + 0.7.9 + + true + + + + agent-for-ut + + prepare-agent + + + + agent-for-it + + prepare-agent-integration + + + + jacoco-site + test + + report + + + + + @@ -175,73 +238,6 @@ - - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - copy - process-resources - - copy-dependencies - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - - - org.apache.maven.plugins - maven-failsafe-plugin - - - - org.jacoco - jacoco-maven-plugin - 0.7.9 - - true - - - - agent-for-ut - - prepare-agent - - - - agent-for-it - - prepare-agent-integration - - - - jacoco-site - test - - report - - - - - - - -- libgit2 0.21.4