eolivelli commented on pull request #3130:
URL: https://github.com/apache/bookkeeper/pull/3130#issuecomment-1074877022


   Apache RAT fails due to "site3" directory, please add the exclusion:
   
   ```
   diff --git a/pom.xml b/pom.xml
   index aa1cb6f62..e7108f889 100644
   --- a/pom.xml
   +++ b/pom.xml
   @@ -1014,6 +1014,7 @@
                <!-- Website -->
                <exclude>site/**</exclude>
                <exclude>site2/**</exclude>
   +            <exclude>site3/**</exclude>
    
                <!-- Thrift generated files -->
                <exclude>**/org/apache/distributedlog/thrift/*</exclude>
   ```


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to