X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=a25566b1ca5ddff222524fe776384ff8b0cfcb55;hb=refs%2Fchanges%2F33%2F98433%2F2;hp=35d8ff6e20131f71985832c6527ce01cc96b3093;hpb=790ddb83355800cc037ea1ea3ca8610bb78018d5;p=appc.git diff --git a/pom.xml b/pom.xml index 35d8ff6e2..a25566b1c 100644 --- a/pom.xml +++ b/pom.xml @@ -123,6 +123,18 @@ limitations under the License. true + + org.jacoco + jacoco-maven-plugin + + + + + report + + + + @@ -527,14 +539,50 @@ limitations under the License. build-helper-maven-plugin 1.9.1 - - org.sonarsource.scanner.maven - sonar-maven-plugin - 3.2 - + + + org.jacoco + jacoco-maven-plugin + 0.8.4 + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + default-check + + check + + + + + PACKAGE + + + COMPLEXITY + COVEREDRATIO + 0.0 + + + + + + + + org.apache.maven.plugins