diff options
-rw-r--r-- | build_reporting/pom.xml | 9 | ||||
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/pom.xml | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/build_reporting/pom.xml b/build_reporting/pom.xml index ef3f735f..b0897aad 100644 --- a/build_reporting/pom.xml +++ b/build_reporting/pom.xml @@ -48,6 +48,15 @@ <!-- exclude coverage data of integration tests --> <dataFileExclude>**/target/jacoco-it.exec</dataFileExclude> </dataFileExcludes> + <excludes> + <exclude>**/at/gv/e_government/reference/namespace/persondata/_20020228/*</exclude> + <exclude>**/org/w3/_2000/_09/*</exclude> + <exclude>**/org/w3/_2001/_04/*</exclude> + <exclude>**/szrservices/*</exclude> + <exclude>**/generated/cxf/*</exclude> + <exclude>**at/gv/bmi/namespace/*</exclude> + <exclude>**at/asitplus/eidas/specific/modules/auth/eidas/v2/dao/ernp/*</exclude> + </excludes> </configuration> </execution> </executions> diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index 3ee16b0c..a3d855bd 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -377,6 +377,7 @@ <exclude>**/szrservices/*</exclude> <exclude>**/generated/cxf/*</exclude> <exclude>**at/gv/bmi/namespace/*</exclude> + <exclude>**at/asitplus/eidas/specific/modules/auth/eidas/v2/dao/ernp/*</exclude> </excludes> </configuration> </execution> |