This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-fluo.git
The following commit(s) were added to refs/heads/main by this push:
new 8d804260 Fix rat plugin
8d804260 is described below
commit 8d80426041359ca104991c9c18863140b2e18b4b
Author: Christopher Tubbs <[email protected]>
AuthorDate: Fri Jul 10 16:12:56 2026 -0400
Fix rat plugin
Update rat plugin to 0.18, which causes it to ignore dotfiles by default
and also tolerates https instead of http in license headers
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 348b1aa7..9983f87f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -375,6 +375,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
+ <version>0.18</version>
<configuration>
<excludes>
<exclude>**/services/org.apache.fluo.core.metrics.ReporterStarter</exclude>