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 006d669 commit 1339c5eCopy full SHA for 1339c5e
pom.xml
@@ -183,6 +183,12 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
183
</execution>
184
</executions>
185
</plugin>
186
+ <!-- Need to skip known-failing tests for build... -->
187
+ <plugin>
188
+ <groupId>org.apache.maven.plugins</groupId>
189
+ <artifactId>maven-surefire-plugin</artifactId>
190
+ <version>${version.plugin.surefire}</version>
191
+ </plugin>
192
<!-- 20-Mar-2019, tatu: use Moditect for JDK9+ module info inclusion -->
193
<plugin>
194
<groupId>org.moditect</groupId>
0 commit comments