This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new f7a9db4f9 Remove obsolete excludes from the maven-rat-plugin
configuration
f7a9db4f9 is described below
commit f7a9db4f9381b4c1988111db339b4d323b0b2820
Author: Andreas Veithen <[email protected]>
AuthorDate: Mon Oct 20 14:50:46 2025 +0100
Remove obsolete excludes from the maven-rat-plugin configuration
---
pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6c878a2d9..b3cb31a3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1415,10 +1415,6 @@ $${type_declaration}</template></templates>]]></value>
<exclude>*.sonarj</exclude>
<!-- File generated by maven-release-plugin -->
<exclude>release.properties</exclude>
- <!-- Patch files -->
- <exclude>third_party/*.patch</exclude>
- <!-- Bazel directories -->
- <exclude>bazel-*/**</exclude>
<!-- Exclusions that apply to submodules -->
@@ -1426,7 +1422,6 @@ $${type_declaration}</template></templates>]]></value>
<exclude>src/test/resources/**</exclude>
<!-- Temporary file created by
maven-shade-plugin -->
<exclude>dependency-reduced-pom.xml</exclude>
- <exclude>.repository/**</exclude>
</excludes>
</configuration>
</plugin>