From 63e7e29f8d2a367c32f0151e9ad93eb86abeb404 Mon Sep 17 00:00:00 2001
From: Thomas <>
Date: Wed, 9 Feb 2022 08:30:22 +0100
Subject: build: exclude generated classes from test-coverage validation
---
build_reporting/pom.xml | 9 +++++++++
1 file changed, 9 insertions(+)
(limited to 'build_reporting')
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 @@
**/target/jacoco-it.exec
+
+ **/at/gv/e_government/reference/namespace/persondata/_20020228/*
+ **/org/w3/_2000/_09/*
+ **/org/w3/_2001/_04/*
+ **/szrservices/*
+ **/generated/cxf/*
+ **at/gv/bmi/namespace/*
+ **at/asitplus/eidas/specific/modules/auth/eidas/v2/dao/ernp/*
+
--
cgit v1.2.3
From 1c8dc5ec1faf8efd931db79206d9696df91db459 Mon Sep 17 00:00:00 2001
From: Thomas <>
Date: Thu, 12 May 2022 13:58:27 +0200
Subject: build(core): switch to next snapshot version
---
build_reporting/pom.xml | 2 +-
connector/pom.xml | 2 +-
modules/authmodule-eIDAS-v2/pom.xml | 2 +-
modules/core_common_lib/pom.xml | 2 +-
modules/core_common_webapp/pom.xml | 2 +-
modules/pom.xml | 2 +-
pom.xml | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
(limited to 'build_reporting')
diff --git a/build_reporting/pom.xml b/build_reporting/pom.xml
index 43e6c3e9..eda9fb9f 100644
--- a/build_reporting/pom.xml
+++ b/build_reporting/pom.xml
@@ -6,7 +6,7 @@
at.asitplus.eidas
ms_specific
- 1.2.5-SNAPSHOT
+ 1.3.0-SNAPSHOT
build_reporting
pom
diff --git a/connector/pom.xml b/connector/pom.xml
index afbac1da..571cca64 100644
--- a/connector/pom.xml
+++ b/connector/pom.xml
@@ -6,7 +6,7 @@
at.asitplus.eidas
ms_specific
- 1.2.5-SNAPSHOT
+ 1.3.0-SNAPSHOT
at.asitplus.eidas.ms_specific
diff --git a/modules/authmodule-eIDAS-v2/pom.xml b/modules/authmodule-eIDAS-v2/pom.xml
index be78cb76..2cb8d82e 100644
--- a/modules/authmodule-eIDAS-v2/pom.xml
+++ b/modules/authmodule-eIDAS-v2/pom.xml
@@ -6,7 +6,7 @@
at.asitplus.eidas.ms_specific
modules
- 1.2.5-SNAPSHOT
+ 1.3.0-SNAPSHOT
at.asitplus.eidas.ms_specific.modules
authmodule-eIDAS-v2
diff --git a/modules/core_common_lib/pom.xml b/modules/core_common_lib/pom.xml
index e52216d3..8b06a9ee 100644
--- a/modules/core_common_lib/pom.xml
+++ b/modules/core_common_lib/pom.xml
@@ -7,7 +7,7 @@
at.asitplus.eidas.ms_specific
modules
- 1.2.5-SNAPSHOT
+ 1.3.0-SNAPSHOT
core_common_lib
ms_specific_common_lib
diff --git a/modules/core_common_webapp/pom.xml b/modules/core_common_webapp/pom.xml
index a7efdf15..a7090761 100644
--- a/modules/core_common_webapp/pom.xml
+++ b/modules/core_common_webapp/pom.xml
@@ -3,7 +3,7 @@
at.asitplus.eidas.ms_specific
modules
- 1.2.5-SNAPSHOT
+ 1.3.0-SNAPSHOT
core_common_webapp
WebApplication commons
diff --git a/modules/pom.xml b/modules/pom.xml
index fff02aa5..a6e9c696 100644
--- a/modules/pom.xml
+++ b/modules/pom.xml
@@ -4,7 +4,7 @@
at.asitplus.eidas
ms_specific
- 1.2.5-SNAPSHOT
+ 1.3.0-SNAPSHOT
at.asitplus.eidas.ms_specific
modules
diff --git a/pom.xml b/pom.xml
index 8e3cccf7..ea08990e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
at.asitplus.eidas
ms_specific
- 1.2.5-SNAPSHOT
+ 1.3.0-SNAPSHOT
pom
MS specific eIDAS components
--
cgit v1.2.3
From c54b0a87fe2794ce9926e750e7b52f50685ae894 Mon Sep 17 00:00:00 2001
From: Thomas <>
Date: Thu, 12 May 2022 16:13:13 +0200
Subject: build(qs): exclude generated sources from code-coverage checks
---
build_reporting/pom.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
(limited to 'build_reporting')
diff --git a/build_reporting/pom.xml b/build_reporting/pom.xml
index eda9fb9f..9b3464e3 100644
--- a/build_reporting/pom.xml
+++ b/build_reporting/pom.xml
@@ -54,13 +54,17 @@
**/target/jacoco-it.exec
- **/at/gv/e_government/reference/namespace/persondata/_20020228/*
**/org/w3/_2000/_09/*
**/org/w3/_2001/_04/*
**/szrservices/*
**/generated/cxf/*
**at/gv/bmi/namespace/*
**at/asitplus/eidas/specific/modules/auth/eidas/v2/dao/ernp/*
+ **at/gv/bmi/namespace/*
+ **at/asitplus/eidas/specific/modules/auth/eidas/v2/dao/ernp/*
+ **at/gv/e_government/reference/namespace/*
+ **org/w3/_2000/_09/*
+ **org/xmlsoap/schemas/ws/*
--
cgit v1.2.3