From 7c25c76a18bc2d7e3c09e171525842c3e2c8f92b Mon Sep 17 00:00:00 2001 From: Jan Zickermann <jan.zickermann@dataport.de> Date: Tue, 3 Sep 2024 17:27:29 +0200 Subject: [PATCH] OZG-6239 Configure maven to run ITCase --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 5afd142..6bbcfee 100644 --- a/pom.xml +++ b/pom.xml @@ -142,6 +142,12 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <includes> + <include>**/*Test.java</include> + <include>**/*ITCase.java</include> + </includes> + </configuration> </plugin> <plugin> <groupId>org.jacoco</groupId> -- GitLab