This is an automated email from the ASF dual-hosted git repository.

danduk82 pushed a commit to branch fix_rat
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git

commit 2ec6d908c12a02921c1c1e657cdaa0a197287bba
Author: Andrea Borghi <[email protected]>
AuthorDate: Fri Jan 17 15:49:24 2025 +0100

    Fix rat:check with pregenerated files
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 92d21341b..e97e7541d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -748,6 +748,8 @@ limitations under the License.
             <exclude>**/.run/</exclude>
             <exclude>**/.github/</exclude>
             <exclude>**/.mvn/</exclude>
+            <exclude>**/target/</exclude>
+            <exclude>**/dependency-reduced-pom.xml</exclude>
 
             <!-- Files with undetected headers -->
             <exclude>**/vector_tile.proto</exclude>

Reply via email to