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 2cc6c1c commit df46029Copy full SHA for df46029
pom.xml
@@ -183,18 +183,6 @@ 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
- <configuration>
192
- <includes>
193
- <include>**/Test*.java</include>
194
- <include>**/*Test.java</include>
195
- </includes>
196
- </configuration>
197
- </plugin>
198
<!-- 20-Mar-2019, tatu: use Moditect for JDK9+ module info inclusion -->
199
<plugin>
200
<groupId>org.moditect</groupId>
0 commit comments