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

nkalmar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e88b54  ZOOKEEPER-3834: Do Not Set Explicit Test Includes in POM
5e88b54 is described below

commit 5e88b541dcc2fd30e60bb437efa7704bbec8f6e6
Author: David Mollitor <[email protected]>
AuthorDate: Wed May 20 19:56:26 2020 +0200

    ZOOKEEPER-3834: Do Not Set Explicit Test Includes in POM
    
    Author: David Mollitor <[email protected]>
    
    Reviewers: Enrico Olivelli <[email protected]>, Norbert Kalmar 
<[email protected]>
    
    Closes #1355 from belugabehr/ZOOKEEPER-3834
---
 zookeeper-recipes/zookeeper-recipes-election/pom.xml | 3 ---
 zookeeper-recipes/zookeeper-recipes-lock/pom.xml     | 3 ---
 zookeeper-recipes/zookeeper-recipes-queue/pom.xml    | 3 ---
 3 files changed, 9 deletions(-)

diff --git a/zookeeper-recipes/zookeeper-recipes-election/pom.xml 
b/zookeeper-recipes/zookeeper-recipes-election/pom.xml
index a4deb42..cc9728c 100755
--- a/zookeeper-recipes/zookeeper-recipes-election/pom.xml
+++ b/zookeeper-recipes/zookeeper-recipes-election/pom.xml
@@ -39,9 +39,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <includes>
-            <include>**/*Test.java</include>
-          </includes>
           <forkCount>${surefire-forkcount}</forkCount>
           <reuseForks>false</reuseForks>
           <argLine>-Xmx512m</argLine>
diff --git a/zookeeper-recipes/zookeeper-recipes-lock/pom.xml 
b/zookeeper-recipes/zookeeper-recipes-lock/pom.xml
index 4a5b134..68dbec5 100755
--- a/zookeeper-recipes/zookeeper-recipes-lock/pom.xml
+++ b/zookeeper-recipes/zookeeper-recipes-lock/pom.xml
@@ -39,9 +39,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <includes>
-            <include>**/*Test.java</include>
-          </includes>
           <forkCount>${surefire-forkcount}</forkCount>
           <reuseForks>false</reuseForks>
           <argLine>-Xmx512m</argLine>
diff --git a/zookeeper-recipes/zookeeper-recipes-queue/pom.xml 
b/zookeeper-recipes/zookeeper-recipes-queue/pom.xml
index 3fa0246..918fb64 100755
--- a/zookeeper-recipes/zookeeper-recipes-queue/pom.xml
+++ b/zookeeper-recipes/zookeeper-recipes-queue/pom.xml
@@ -44,9 +44,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <includes>
-            <include>**/*Test.java</include>
-          </includes>
           <forkCount>${surefire-forkcount}</forkCount>
           <reuseForks>false</reuseForks>
           <argLine>-Xmx512m</argLine>

Reply via email to