Browse Source

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>
David Mollitor 5 years ago
parent
commit
16ddfea713

+ 0 - 3
zookeeper-recipes/zookeeper-recipes-election/pom.xml

@@ -39,9 +39,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
         <configuration>
-          <includes>
-            <include>**/*Test.java</include>
-          </includes>
           <forkCount>${surefire-forkcount}</forkCount>
           <forkCount>${surefire-forkcount}</forkCount>
           <reuseForks>false</reuseForks>
           <reuseForks>false</reuseForks>
           <argLine>-Xmx512m</argLine>
           <argLine>-Xmx512m</argLine>

+ 0 - 3
zookeeper-recipes/zookeeper-recipes-lock/pom.xml

@@ -39,9 +39,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
         <configuration>
-          <includes>
-            <include>**/*Test.java</include>
-          </includes>
           <forkCount>${surefire-forkcount}</forkCount>
           <forkCount>${surefire-forkcount}</forkCount>
           <reuseForks>false</reuseForks>
           <reuseForks>false</reuseForks>
           <argLine>-Xmx512m</argLine>
           <argLine>-Xmx512m</argLine>

+ 0 - 3
zookeeper-recipes/zookeeper-recipes-queue/pom.xml

@@ -44,9 +44,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
         <configuration>
-          <includes>
-            <include>**/*Test.java</include>
-          </includes>
           <forkCount>${surefire-forkcount}</forkCount>
           <forkCount>${surefire-forkcount}</forkCount>
           <reuseForks>false</reuseForks>
           <reuseForks>false</reuseForks>
           <argLine>-Xmx512m</argLine>
           <argLine>-Xmx512m</argLine>