Description: excluding two classes until org.openjdk.jmh gets Debian-packaged
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2022-06-18

--- a/zookeeper-it/pom.xml
+++ b/zookeeper-it/pom.xml
@@ -73,6 +73,16 @@
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <configuration>
+            <excludes>
+            <exclude>**/BenchMain.java</exclude>
+            <exclude>**/WatchBench.java</exclude>
+            </excludes>
+          </configuration>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
           <configuration>
             <testSourceDirectory>${project.basedir}/src/main/java/</testSourceDirectory>
