diff --git a/.gitignore b/.gitignore index 8b8aa1cd..0367a680 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ target/ /.settings/ /.project +.idea +*.iml \ No newline at end of file diff --git a/pom.xml b/pom.xml index 8cbc6292..0351e7e2 100644 --- a/pom.xml +++ b/pom.xml @@ -394,11 +394,6 @@ - - org.codehaus.mojo - cobertura-maven-plugin - 2.6 - maven-plugin-plugin 3.3 @@ -955,6 +950,97 @@ + + jacoco + + + + org.jacoco + jacoco-maven-plugin + 0.7.6.201602180812 + + + default-prepare-agent + + prepare-agent + + + + default-report + prepare-package + + report + + + + default-check + + check + + + + + BUNDLE + + + LINE + COVEREDRATIO + 0.8 + + + BRANCH + COVEREDRATIO + 0.8 + + + + + PACKAGE + + + LINE + COVEREDRATIO + 0.8 + + + BRANCH + COVEREDRATIO + 0.8 + + + + + CLASS + + + LINE + COVEREDRATIO + 0.8 + + + BRANCH + COVEREDRATIO + 0.8 + + + + + + + + + + + + + + org.jacoco + jacoco-maven-plugin + 0.7.6.201602180812 + + + + @@ -1507,14 +1593,6 @@ jcabi-beanstalk-maven-plugin 0.11 - - - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - maven-antrun-plugin 1.8