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

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


The following commit(s) were added to refs/heads/main by this push:
     new a6a29b0  Add python generated files to be excluded from rat check (#54)
a6a29b0 is described below

commit a6a29b00693281655c44c18d1067b121242efe7e
Author: Dom G <domgargu...@apache.org>
AuthorDate: Mon Nov 28 12:47:57 2022 -0500

    Add python generated files to be excluded from rat check (#54)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 96c3318..2b89325 100644
--- a/pom.xml
+++ b/pom.xml
@@ -416,6 +416,7 @@
           <configuration>
             <excludes>
               <exclude>src/main/resources/META-INF/services/*</exclude>
+              <exclude>src/main/python/AccumuloProxy.egg-info/*</exclude>
             </excludes>
           </configuration>
         </plugin>

Reply via email to