aboutsummaryrefslogtreecommitdiff
path: root/modules/authmodule-eIDAS-v2/pom.xml
diff options
context:
space:
mode:
authorThomas <>2022-05-16 11:30:58 +0200
committerThomas <>2022-05-16 11:30:58 +0200
commit8942276a3e03923cfc1d162582ca0f734a54ea90 (patch)
tree7535630120bbb9ab275056fb03aed2ac3291d77b /modules/authmodule-eIDAS-v2/pom.xml
parente412bda31b304821c08d8f8c7b2473d67246dba0 (diff)
downloadNational_eIDAS_Gateway-8942276a3e03923cfc1d162582ca0f734a54ea90.tar.gz
National_eIDAS_Gateway-8942276a3e03923cfc1d162582ca0f734a54ea90.tar.bz2
National_eIDAS_Gateway-8942276a3e03923cfc1d162582ca0f734a54ea90.zip
fix(matching): optimize prozess handling during alternative eIDAS authentication
Diffstat (limited to 'modules/authmodule-eIDAS-v2/pom.xml')
-rw-r--r--modules/authmodule-eIDAS-v2/pom.xml10
1 files changed, 7 insertions, 3 deletions
diff --git a/modules/authmodule-eIDAS-v2/pom.xml b/modules/authmodule-eIDAS-v2/pom.xml
index 2cb8d82e..1d18aac0 100644
--- a/modules/authmodule-eIDAS-v2/pom.xml
+++ b/modules/authmodule-eIDAS-v2/pom.xml
@@ -368,13 +368,17 @@
<configuration>
<haltOnFailure>false</haltOnFailure>
<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>
+ <exclude>org/w3/_2000/**/*</exclude>
+ <exclude>at/gv/bmi/namespace/**/*</exclude>
+ <exclude>at/asitplus/eidas/specific/modules/auth/eidas/v2/dao/ernp/**/*</exclude>
+ <exclude>at/gv/bmi/namespace/**/*</exclude>
+ <exclude>at/gv/e_government/reference/namespace/**/*</exclude>
+ <exclude>org/w3/_2000/_09/**/*</exclude>
+ <exclude>org/xmlsoap/schemas/ws/**/*</exclude>
</excludes>
</configuration>
</execution>