From 15474d6bf1172436fb0a119882723e62942e3d11 Mon Sep 17 00:00:00 2001 From: Thomas Lenz Date: Mon, 14 Dec 2020 12:15:08 +0100 Subject: exclude generated sources from jUnit code-coverage validation --- eidas_modules/authmodule-eIDAS-v2/pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'eidas_modules/authmodule-eIDAS-v2/pom.xml') diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index ddd2723c..d8459f9e 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -257,6 +257,26 @@ + + org.jacoco + jacoco-maven-plugin + + + post-unit-check + test + + check + + + + **/at/gv/e_government/reference/namespace/persondata/_20020228/* + **/org/w3/_2000/_09/* + **/szrservices/* + + + + + -- cgit v1.2.3