diff --git a/components/org.wso2.carbon.identity.api.server.dcr/pom.xml b/components/org.wso2.carbon.identity.api.server.dcr/pom.xml index 6282eaafe0..a2d31b23b1 100644 --- a/components/org.wso2.carbon.identity.api.server.dcr/pom.xml +++ b/components/org.wso2.carbon.identity.api.server.dcr/pom.xml @@ -133,6 +133,11 @@ jaxp-ri test + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -253,6 +258,25 @@ High + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + diff --git a/components/org.wso2.carbon.identity.api.server.oauth.scope/pom.xml b/components/org.wso2.carbon.identity.api.server.oauth.scope/pom.xml index 639d3b69b0..b5ebbb70cd 100644 --- a/components/org.wso2.carbon.identity.api.server.oauth.scope/pom.xml +++ b/components/org.wso2.carbon.identity.api.server.oauth.scope/pom.xml @@ -139,6 +139,11 @@ org.wso2.carbon.identity.testutil test + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -254,6 +259,25 @@ High + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + diff --git a/components/org.wso2.carbon.identity.client.attestation.filter/pom.xml b/components/org.wso2.carbon.identity.client.attestation.filter/pom.xml index 41a03b2b51..04621e00ad 100644 --- a/components/org.wso2.carbon.identity.client.attestation.filter/pom.xml +++ b/components/org.wso2.carbon.identity.client.attestation.filter/pom.xml @@ -85,6 +85,11 @@ + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -95,6 +100,25 @@ spotbugs-exclude.xml + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + diff --git a/components/org.wso2.carbon.identity.discovery/pom.xml b/components/org.wso2.carbon.identity.discovery/pom.xml index ae44989044..852b36023e 100644 --- a/components/org.wso2.carbon.identity.discovery/pom.xml +++ b/components/org.wso2.carbon.identity.discovery/pom.xml @@ -94,6 +94,11 @@ mockito-testng test + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -213,6 +218,25 @@ High + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + diff --git a/components/org.wso2.carbon.identity.oauth.ciba/pom.xml b/components/org.wso2.carbon.identity.oauth.ciba/pom.xml index 8687016b7a..e6f3a7a73a 100644 --- a/components/org.wso2.carbon.identity.oauth.ciba/pom.xml +++ b/components/org.wso2.carbon.identity.oauth.ciba/pom.xml @@ -95,6 +95,11 @@ mockito-testng test + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -261,6 +266,25 @@ High + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + diff --git a/components/org.wso2.carbon.identity.oauth.client.authn.filter/pom.xml b/components/org.wso2.carbon.identity.oauth.client.authn.filter/pom.xml index cbb6a409d7..aaa3b661fe 100644 --- a/components/org.wso2.carbon.identity.oauth.client.authn.filter/pom.xml +++ b/components/org.wso2.carbon.identity.oauth.client.authn.filter/pom.xml @@ -50,6 +50,11 @@ spring-web provided + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -60,6 +65,25 @@ spotbugs-exclude.xml + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + diff --git a/components/org.wso2.carbon.identity.oauth.common/pom.xml b/components/org.wso2.carbon.identity.oauth.common/pom.xml index 617b1e1cff..45cdb7a1bd 100644 --- a/components/org.wso2.carbon.identity.oauth.common/pom.xml +++ b/components/org.wso2.carbon.identity.oauth.common/pom.xml @@ -81,6 +81,11 @@ org.ops4j.pax.logging pax-logging-api + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -186,6 +191,25 @@ High + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + diff --git a/components/org.wso2.carbon.identity.oauth.dcr.endpoint/pom.xml b/components/org.wso2.carbon.identity.oauth.dcr.endpoint/pom.xml index 48df6c2e7f..a0e4c28593 100644 --- a/components/org.wso2.carbon.identity.oauth.dcr.endpoint/pom.xml +++ b/components/org.wso2.carbon.identity.oauth.dcr.endpoint/pom.xml @@ -107,6 +107,11 @@ + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -126,6 +131,25 @@ api#identity#oauth2#dcr#v1.1 + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + diff --git a/components/org.wso2.carbon.identity.oauth.dcr/pom.xml b/components/org.wso2.carbon.identity.oauth.dcr/pom.xml index 9571e8ceca..fa6abf97f7 100644 --- a/components/org.wso2.carbon.identity.oauth.dcr/pom.xml +++ b/components/org.wso2.carbon.identity.oauth.dcr/pom.xml @@ -127,6 +127,11 @@ org.wso2.carbon.identity.configuration.mgt.core + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -275,6 +280,25 @@ High + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + diff --git a/components/org.wso2.carbon.identity.oauth.endpoint/pom.xml b/components/org.wso2.carbon.identity.oauth.endpoint/pom.xml index e6737e61ff..3e713c106f 100644 --- a/components/org.wso2.carbon.identity.oauth.endpoint/pom.xml +++ b/components/org.wso2.carbon.identity.oauth.endpoint/pom.xml @@ -227,6 +227,11 @@ compile + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -352,6 +357,25 @@ 2048 + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + diff --git a/components/org.wso2.carbon.identity.oauth.extension/pom.xml b/components/org.wso2.carbon.identity.oauth.extension/pom.xml index ee35fd5c88..0480194da6 100644 --- a/components/org.wso2.carbon.identity.oauth.extension/pom.xml +++ b/components/org.wso2.carbon.identity.oauth.extension/pom.xml @@ -44,6 +44,11 @@ testng test + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -90,6 +95,25 @@ High + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + diff --git a/components/org.wso2.carbon.identity.oauth.par/pom.xml b/components/org.wso2.carbon.identity.oauth.par/pom.xml index 09d3dca590..7663bf65c3 100644 --- a/components/org.wso2.carbon.identity.oauth.par/pom.xml +++ b/components/org.wso2.carbon.identity.oauth.par/pom.xml @@ -114,6 +114,11 @@ mockito-testng test + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -277,6 +282,25 @@ High + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + diff --git a/components/org.wso2.carbon.identity.oauth.scope.endpoint/pom.xml b/components/org.wso2.carbon.identity.oauth.scope.endpoint/pom.xml index b2ce1469ab..0bbfbbb00b 100644 --- a/components/org.wso2.carbon.identity.oauth.scope.endpoint/pom.xml +++ b/components/org.wso2.carbon.identity.oauth.scope.endpoint/pom.xml @@ -145,6 +145,11 @@ + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -164,6 +169,25 @@ api#identity#oauth2#v1.0 + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + diff --git a/components/org.wso2.carbon.identity.oauth.stub/pom.xml b/components/org.wso2.carbon.identity.oauth.stub/pom.xml index 0cb28bc31e..68c705d998 100644 --- a/components/org.wso2.carbon.identity.oauth.stub/pom.xml +++ b/components/org.wso2.carbon.identity.oauth.stub/pom.xml @@ -40,6 +40,11 @@ org.apache.axis2.wso2 axis2-client + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -138,6 +143,25 @@ true + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + diff --git a/components/org.wso2.carbon.identity.oauth.ui/pom.xml b/components/org.wso2.carbon.identity.oauth.ui/pom.xml index 9a3f2fc08a..2d3fd21ce3 100644 --- a/components/org.wso2.carbon.identity.oauth.ui/pom.xml +++ b/components/org.wso2.carbon.identity.oauth.ui/pom.xml @@ -87,6 +87,11 @@ org.wso2.carbon.identity.inbound.auth.oauth2 org.wso2.carbon.identity.oauth.stub + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -146,6 +151,25 @@ High + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + diff --git a/components/org.wso2.carbon.identity.oauth/pom.xml b/components/org.wso2.carbon.identity.oauth/pom.xml index eb6defbcaa..4e7583cb54 100644 --- a/components/org.wso2.carbon.identity.oauth/pom.xml +++ b/components/org.wso2.carbon.identity.oauth/pom.xml @@ -352,6 +352,11 @@ jose4j test + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -599,6 +604,25 @@ **/AuthorizationCodeGrantHandlerTest.java,**/OAuthTenantMgtListenerImplTest.java + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + diff --git a/components/org.wso2.carbon.identity.oidc.dcr/pom.xml b/components/org.wso2.carbon.identity.oidc.dcr/pom.xml index c0c1320e05..e6eabfc41c 100644 --- a/components/org.wso2.carbon.identity.oidc.dcr/pom.xml +++ b/components/org.wso2.carbon.identity.oidc.dcr/pom.xml @@ -112,6 +112,11 @@ org.wso2.carbon.identity.testutil test + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -233,6 +238,25 @@ spotbugs-exclude.xml + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + diff --git a/components/org.wso2.carbon.identity.oidc.session/pom.xml b/components/org.wso2.carbon.identity.oidc.session/pom.xml index 040177aded..49d7262f27 100644 --- a/components/org.wso2.carbon.identity.oidc.session/pom.xml +++ b/components/org.wso2.carbon.identity.oidc.session/pom.xml @@ -147,6 +147,11 @@ test + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -306,6 +311,25 @@ High + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + diff --git a/components/org.wso2.carbon.identity.webfinger/pom.xml b/components/org.wso2.carbon.identity.webfinger/pom.xml index d82c5ec2b6..6a6a4ce891 100644 --- a/components/org.wso2.carbon.identity.webfinger/pom.xml +++ b/components/org.wso2.carbon.identity.webfinger/pom.xml @@ -93,7 +93,12 @@ mockito-testng test - + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + @@ -225,6 +230,25 @@ High + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + diff --git a/features/org.wso2.carbon.identity.oauth.common.feature/pom.xml b/features/org.wso2.carbon.identity.oauth.common.feature/pom.xml index 95cb608247..f9d2e4d1eb 100644 --- a/features/org.wso2.carbon.identity.oauth.common.feature/pom.xml +++ b/features/org.wso2.carbon.identity.oauth.common.feature/pom.xml @@ -53,6 +53,11 @@ org.slf4j slf4j-api + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -89,6 +94,25 @@ + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + diff --git a/features/org.wso2.carbon.identity.oauth.dcr.server.feature/pom.xml b/features/org.wso2.carbon.identity.oauth.dcr.server.feature/pom.xml index 00c0715610..3f8ccf4f13 100644 --- a/features/org.wso2.carbon.identity.oauth.dcr.server.feature/pom.xml +++ b/features/org.wso2.carbon.identity.oauth.dcr.server.feature/pom.xml @@ -90,6 +90,11 @@ org.wso2.carbon.identity.oauth2.dcr.endpoint war + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -202,6 +207,25 @@ + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + diff --git a/features/org.wso2.carbon.identity.oauth.feature/pom.xml b/features/org.wso2.carbon.identity.oauth.feature/pom.xml index de48573fda..2b4fcb3440 100644 --- a/features/org.wso2.carbon.identity.oauth.feature/pom.xml +++ b/features/org.wso2.carbon.identity.oauth.feature/pom.xml @@ -53,6 +53,11 @@ org.wso2.carbon.identity.oauth.dcr.server.feature zip + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -89,6 +94,25 @@ + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + diff --git a/features/org.wso2.carbon.identity.oauth.server.feature/pom.xml b/features/org.wso2.carbon.identity.oauth.server.feature/pom.xml index 3d5ce10436..3e47a0a616 100644 --- a/features/org.wso2.carbon.identity.oauth.server.feature/pom.xml +++ b/features/org.wso2.carbon.identity.oauth.server.feature/pom.xml @@ -120,6 +120,11 @@ org.wso2.carbon.identity.inbound.auth.oauth2 org.wso2.carbon.identity.client.attestation.filter + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -282,6 +287,25 @@ + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + diff --git a/features/org.wso2.carbon.identity.oauth.ui.feature/pom.xml b/features/org.wso2.carbon.identity.oauth.ui.feature/pom.xml index be470a43b3..2e060fddbd 100644 --- a/features/org.wso2.carbon.identity.oauth.ui.feature/pom.xml +++ b/features/org.wso2.carbon.identity.oauth.ui.feature/pom.xml @@ -41,6 +41,11 @@ org.wso2.carbon.identity.inbound.auth.oauth2 org.wso2.carbon.identity.oauth.stub + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -86,6 +91,25 @@ + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + diff --git a/pom.xml b/pom.xml index 7ddc4d0344..97126ae195 100644 --- a/pom.xml +++ b/pom.xml @@ -737,6 +737,11 @@ jacoco-maven-plugin ${jacoco.version} + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -834,6 +839,25 @@ + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + @@ -865,6 +889,25 @@ + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + @@ -928,7 +971,26 @@ com.github.spotbugs spotbugs-maven-plugin - + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + + diff --git a/service-stubs/org.wso2.carbon.claim.metadata.mgt.stub/pom.xml b/service-stubs/org.wso2.carbon.claim.metadata.mgt.stub/pom.xml index 540d0c627c..8094fd966d 100644 --- a/service-stubs/org.wso2.carbon.claim.metadata.mgt.stub/pom.xml +++ b/service-stubs/org.wso2.carbon.claim.metadata.mgt.stub/pom.xml @@ -109,6 +109,25 @@ true + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + + @@ -129,5 +148,10 @@ org.wso2.orbit.javax.activation activation + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + diff --git a/test-utils/org.wso2.carbon.identity.oauth.common.testng/pom.xml b/test-utils/org.wso2.carbon.identity.oauth.common.testng/pom.xml index 293a35a85d..2c46465905 100644 --- a/test-utils/org.wso2.carbon.identity.oauth.common.testng/pom.xml +++ b/test-utils/org.wso2.carbon.identity.oauth.common.testng/pom.xml @@ -66,6 +66,11 @@ org.wso2.orbit.commons-codec commons-codec + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + @@ -80,6 +85,25 @@ 1.7 + + org.jacoco + jacoco-maven-plugin + ${jacoco.version} + + + + prepare-agent + + + + report + test + + report + + + +