This is an automated email from the ASF dual-hosted git repository.
nkalmar pushed a commit to branch branch-3.5
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/branch-3.5 by this push:
new a157489 ZOOKEEPER-3834: Do Not Set Explicit Test Includes in POM
a157489 is described below
commit a157489235df8114c2a91062ab539e92b67b1131
Author: David Mollitor <dmollitor@apache.org>
AuthorDate: Wed May 20 19:56:26 2020 +0200
ZOOKEEPER-3834: Do Not Set Explicit Test Includes in POM
Author: David Mollitor <dmollitor@apache.org>
Reviewers: Enrico Olivelli <eolivelli@apache.org>, Norbert Kalmar <nkalmar@apache.org>
Closes #1355 from belugabehr/ZOOKEEPER-3834
(cherry picked from commit 5e88b541dcc2fd30e60bb437efa7704bbec8f6e6)
Signed-off-by: Norbert Kalmar <nkalmar@apache.org>
---
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 2061451..929ef3a 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 b6d326a..ca75d13 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 1d88356..2e534ce 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>
|