summaryrefslogtreecommitdiff
path: root/java/systests/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/systests/pom.xml')
-rw-r--r--java/systests/pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/java/systests/pom.xml b/java/systests/pom.xml
index f845b9fb44..c2fedec25a 100644
--- a/java/systests/pom.xml
+++ b/java/systests/pom.xml
@@ -79,6 +79,9 @@
<configuration>
<testSourceDirectory>${basedir}/src/main</testSourceDirectory>
<testClassesDirectory>target/classes</testClassesDirectory>
+ <includes>
+ <include>**/*Test.class</include>
+ </includes>
</configuration>
</plugin>