You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2020/06/12 14:46:53 UTC

[maven-surefire] branch macos-ipv4 updated: TestMethodPatternIT

This is an automated email from the ASF dual-hosted git repository.

tibordigana pushed a commit to branch macos-ipv4
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/macos-ipv4 by this push:
     new ef18fb7  TestMethodPatternIT
ef18fb7 is described below

commit ef18fb7c9c93ecf0ac7fa51ead6a52a08d4c30b4
Author: tibordigana <ti...@apache.org>
AuthorDate: Fri Jun 12 16:46:43 2020 +0200

    TestMethodPatternIT
---
 surefire-its/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/surefire-its/pom.xml b/surefire-its/pom.xml
index 60fb786..5db6bfa 100644
--- a/surefire-its/pom.xml
+++ b/surefire-its/pom.xml
@@ -175,7 +175,7 @@
                     <forkMode>once</forkMode>
                     <argLine>-server -Xmx64m -XX:+UseG1GC -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -Djava.awt.headless=true -Djdk.net.URLClassPath.disableClassPathURLCheck=true</argLine>
                     <includes>
-                        <include>org/apache/**/*IT*.java</include>
+                        <include>org/apache/**/TestMethodPatternIT.java</include>
                     </includes>
                     <!-- Pass current surefire version to the main suite so that it -->
                     <!-- can forward to all integration test projects. SUREFIRE-513 -->