diff --git a/pom.xml b/pom.xml index c30ca536ce..7ddc4d0344 100644 --- a/pom.xml +++ b/pom.xml @@ -732,6 +732,11 @@ org.wso2.carbon.identity.configuration.mgt.core ${carbon.identity.framework.version} + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -810,7 +815,26 @@ findsecbugs-plugin ${findsecbugs-plugin.version} - + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + + @@ -822,6 +846,25 @@ + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + @@ -1049,6 +1092,8 @@ 1.0.51 + + 0.8.12