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

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


The following commit(s) were added to refs/heads/main by this push:
     new 648677210 Fix rat:check with pregenerated files (#921)
648677210 is described below

commit 6486772109a342a96bd34977b0971d206814178c
Author: Andrea Borghi <[email protected]>
AuthorDate: Mon Jan 20 09:31:24 2025 +0100

    Fix rat:check with pregenerated files (#921)
---
 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