diff options
Diffstat (limited to 'org.eclipse.jgit.http.test/pom.xml')
-rw-r--r-- | org.eclipse.jgit.http.test/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.jgit.http.test/pom.xml b/org.eclipse.jgit.http.test/pom.xml index dd52a89e6c..0af30f659d 100644 --- a/org.eclipse.jgit.http.test/pom.xml +++ b/org.eclipse.jgit.http.test/pom.xml @@ -134,6 +134,10 @@ <artifactId>maven-surefire-plugin</artifactId> <configuration> <argLine>-Djava.io.tmpdir=${project.build.directory} -Xmx300m</argLine> + <includes> + <include>**/*Test.java</include> + <include>**/*Tests.java</include> + </includes> </configuration> </plugin> </plugins> |