Skip to content

Commit

Permalink
Modify surefire plugin failing test scope (#674)
Browse files Browse the repository at this point in the history
  • Loading branch information
JooHyukKim authored Oct 11, 2024
1 parent 29d946c commit eff8f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
<version>${version.plugin.surefire}</version>
<configuration>
<excludes>
<exclude>com/fasterxml/jackson/dataformat/xml/failing/*.java</exclude>
<exclude>**/failing/**/*.java</exclude>
</excludes>
<includes>
<include>**/Test*.java</include>
Expand Down

0 comments on commit eff8f8a

Please sign in to comment.