We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16eaa8e commit 10846ebCopy full SHA for 10846eb
pom.xml
@@ -227,7 +227,7 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
227
<version>${version.plugin.surefire}</version>
228
<configuration>
229
<excludes>
230
- <exclude>tools/jackson/dataformat/xml/failing/*.java</exclude>
+ <exclude>**/failing/**/*.java</exclude>
231
</excludes>
232
<includes>
233
<include>**/Test*.java</include>
0 commit comments