This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/master by this push:
new d8be2f0 Add RAT exclude
d8be2f0 is described below
commit d8be2f0e4cff2afab083a6f8a837d997b2dae379
Author: Michael Osipov <[email protected]>
AuthorDate: Sat Jul 3 12:01:06 2021 +0200
Add RAT exclude
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 0effdd6..3576436 100644
--- a/pom.xml
+++ b/pom.xml
@@ -643,6 +643,7 @@ under the License.
<exclude>bootstrap/**</exclude>
<exclude>README.bootstrap.txt</exclude>
<exclude>README.md</exclude>
+ <exclude>**/.factorypath</exclude>
</excludes>
</configuration>
</plugin>