You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/11/23 23:59:21 UTC

[GitHub] [accumulo-proxy] ctubbsii commented on a diff in pull request #54: Add python generated files to be excluded from rat check

ctubbsii commented on code in PR #54:
URL: https://github.com/apache/accumulo-proxy/pull/54#discussion_r1030951061


##########
pom.xml:
##########
@@ -416,6 +416,7 @@
           <configuration>
             <excludes>
               <exclude>src/main/resources/META-INF/services/*</exclude>
+              <exclude>src/main/python/AccumuloProxy.egg-info/*</exclude>

Review Comment:
   It's fine if these are ignored, but another option might be to add the license header automatically, like the main accumulo repo does.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org