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.
2 parents d4e4ee8 + eff8f8a commit 18efb70Copy full SHA for 18efb70
pom.xml
@@ -177,7 +177,7 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
177
<version>${version.plugin.surefire}</version>
178
<configuration>
179
<excludes>
180
- <exclude>com/fasterxml/jackson/dataformat/xml/failing/*.java</exclude>
+ <exclude>**/failing/**/*.java</exclude>
181
</excludes>
182
<includes>
183
<include>**/Test*.java</include>
0 commit comments