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 1339c5e commit b73eff0Copy full SHA for b73eff0
pom.xml
@@ -188,6 +188,12 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
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>
0 commit comments