You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2022/10/13 21:04:06 UTC

[accumulo-testing] 01/02: Narrow rat checks due to #244

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

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-testing.git

commit 765f33f77203df8fd4f4ebb8a190f025cec9e179
Author: Christopher Tubbs <ct...@apache.org>
AuthorDate: Thu Oct 13 17:02:34 2022 -0400

    Narrow rat checks due to #244
---
 pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f2c8dc6..ef394f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -297,13 +297,11 @@
         <configuration>
           <excludes combine.children="append">
             <exclude>test/bench/lib/data/*</exclude>
-            <exclude>test/compat/japi-compliance/*</exclude>
+            <exclude>test/compat/japi-compliance/exclude_classes.txt</exclude>
             <exclude>contrib/terraform-testing-infrastructure/**/terraform.tfstate*</exclude>
-            <exclude>contrib/terraform-testing-infrastructure/**/*.tftpl</exclude>
             <exclude>contrib/terraform-testing-infrastructure/**/.terraform/**</exclude>
             <exclude>contrib/terraform-testing-infrastructure/**/.terraform*</exclude>
             <exclude>contrib/terraform-testing-infrastructure/**/*auto.tfvars*</exclude>
-            <exclude>contrib/terraform-testing-infrastructure/modules/config-files/**</exclude>
           </excludes>
         </configuration>
         <executions>