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 - - - - - - -