diff options
author | Thomas <> | 2022-02-09 08:30:22 +0100 |
---|---|---|
committer | Thomas <> | 2022-02-09 08:30:22 +0100 |
commit | 63e7e29f8d2a367c32f0151e9ad93eb86abeb404 (patch) | |
tree | bb3283201daf7190960ebd90b12201925e9b51a2 /eidas_modules | |
parent | 01a4c718c21573b0d149ca182a02d9355eb61170 (diff) | |
download | National_eIDAS_Gateway-63e7e29f8d2a367c32f0151e9ad93eb86abeb404.tar.gz National_eIDAS_Gateway-63e7e29f8d2a367c32f0151e9ad93eb86abeb404.tar.bz2 National_eIDAS_Gateway-63e7e29f8d2a367c32f0151e9ad93eb86abeb404.zip |
build: exclude generated classes from test-coverage validation
Diffstat (limited to 'eidas_modules')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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> |