diff options
Diffstat (limited to 'build_reporting/pom.xml')
| -rw-r--r-- | build_reporting/pom.xml | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/build_reporting/pom.xml b/build_reporting/pom.xml index 0b0ecda7..bbd1cb49 100644 --- a/build_reporting/pom.xml +++ b/build_reporting/pom.xml @@ -53,6 +53,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> | 
