diff --git a/pom.xml b/pom.xml index e5f0c799..8991289b 100644 --- a/pom.xml +++ b/pom.xml @@ -157,6 +157,57 @@ + + org.jacoco + jacoco-maven-plugin + 0.7.4.201502262128 + + + + pre-unit-test + + prepare-agent + + + + ${project.build.directory}/coverage-reports/jacoco.exec + + surefireArgLine + + **/com/zaxxer/hikari/proxy/ProxyFactory + **/com/zaxxer/hikari/proxy/ResultSetProxy + **/com/zaxxer/hikari/proxy/StatementProxy + **/com/zaxxer/hikari/proxy/CallableStatementProxy + **/com/zaxxer/hikari/proxy/PreparedStatementProxy + **/com/zaxxer/hikari/metrics/** + + + + + + post-unit-test + test + + report + + + + ${project.build.directory}/coverage-reports/jacoco.exec + + ${project.reporting.outputDirectory}/jacoco + + **/com/zaxxer/hikari/proxy/ProxyFactory.class + **/com/zaxxer/hikari/proxy/ResultSetProxy.class + **/com/zaxxer/hikari/proxy/StatementProxy.class + **/com/zaxxer/hikari/proxy/CallableStatementProxy.class + **/com/zaxxer/hikari/proxy/PreparedStatementProxy.class + **/com/zaxxer/hikari/metrics/** + + + + + + org.apache.felix maven-bundle-plugin @@ -236,9 +287,9 @@ maven-surefire-plugin 2.15 - + ${surefireArgLine} - + ${skip.unit.tests} @@ -248,8 +299,8 @@ maven-source-plugin 2.2.1 - + true @@ -268,7 +319,7 @@ 2.9.1 public - + true 1024m @@ -295,7 +346,7 @@ org.eluder.coveralls coveralls-maven-plugin - 3.0.1 + 3.1.0 coveralls