From 0262637e2b3f8160df67837b97235df460c43450 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Thu, 28 Sep 2023 11:35:23 +0200 Subject: [PATCH] Remove default surefire/failsafe exclusions to run nested tests by default. Surefire and Failsafe plugins by default exclude nested classes. This overwrites these excludes with empty ones, thus enabling execution of nested classes. See https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html\#excludes Closes #2119 --- parent/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/parent/pom.xml b/parent/pom.xml index 254af64f..565c49e2 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1241,6 +1241,7 @@ **/*Tests.java + @@ -1250,6 +1251,7 @@ false -Xverify:all +