From eff8f8afc4fa49f0600f736d50e271207833975b Mon Sep 17 00:00:00 2001 From: "Kim, Joo Hyuk" Date: Fri, 11 Oct 2024 09:41:01 +0900 Subject: [PATCH] Modify `surefire plugin` failing test scope (#674) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c8f39df7..3f9aab2f 100644 --- a/pom.xml +++ b/pom.xml @@ -177,7 +177,7 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos. ${version.plugin.surefire} - com/fasterxml/jackson/dataformat/xml/failing/*.java + **/failing/**/*.java **/Test*.java