diff --git a/api/pom.xml b/api/pom.xml index 245288f2..60cda547 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -84,6 +84,15 @@ false + + org.jacoco + jacoco-maven-plugin + + + org/jboss/marshalling/reflect/JDKSpecific* + + + diff --git a/pom.xml b/pom.xml index 9a774dc9..df6306d6 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,7 @@ 17 + 0.8.11 @@ -80,6 +81,25 @@ + + org.jacoco + jacoco-maven-plugin + ${version.org.jacoco} + + + + prepare-agent + + + + generate-code-coverage-report + test + + report + + + + diff --git a/river/pom.xml b/river/pom.xml index 06f5310d..ef1cea7f 100644 --- a/river/pom.xml +++ b/river/pom.xml @@ -53,6 +53,10 @@ + + org.jacoco + jacoco-maven-plugin + diff --git a/serial/pom.xml b/serial/pom.xml index abcea10b..9741c3f8 100644 --- a/serial/pom.xml +++ b/serial/pom.xml @@ -53,6 +53,10 @@ + + org.jacoco + jacoco-maven-plugin + diff --git a/tests/pom.xml b/tests/pom.xml index 4d8c0789..dd35f056 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -101,6 +101,10 @@ true + + org.jacoco + jacoco-maven-plugin +