This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 445e0a8 RAT-283: Add velocity.log to ignore as it is generated during
builds
445e0a8 is described below
commit 445e0a8a3658db3929cfa7062b423d6a26262cdc
Author: P. Ottlinger <[email protected]>
AuthorDate: Sat Jul 17 20:21:11 2021 +0200
RAT-283: Add velocity.log to ignore as it is generated during builds
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 564dcd4..03bd0ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -315,6 +315,7 @@ agnostic home for software distribution comprehension and
audit tools.
<exclude>apache-rat-plugin/src/it/**</exclude>
<exclude>apache-rat-tasks/src/test/resources/**</exclude>
<exclude>**/iso-8859-1.html</exclude>
+ <exclude>**/velocity.log</exclude>
</excludes>
</configuration>
</plugin>