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

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


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

commit 16ddfea7134dffab0dd4220c9ee89c7a0407cf6a
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
    
    (cherry picked from commit 5e88b541dcc2fd30e60bb437efa7704bbec8f6e6)
    Signed-off-by: Norbert Kalmar <[email protected]>
---
 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 09e4de2..fa4ae93 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 b8ba8c3..7766de7 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 4373c67..0c68f79 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