This is an automated email from the ASF dual-hosted git repository. sruehl pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git
The following commit(s) were added to refs/heads/develop by this push: new ad96a2c chore: ignore .mvn wrapper for RAT-check ad96a2c is described below commit ad96a2cf1511c71cab8862d22414410a818e0f2f Author: Sebastian Rühl <sru...@apache.org> AuthorDate: Mon Sep 26 10:28:41 2022 +0200 chore: ignore .mvn wrapper for RAT-check --- code-generation/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code-generation/pom.xml b/code-generation/pom.xml index 66ba2ed..416f2a7 100644 --- a/code-generation/pom.xml +++ b/code-generation/pom.xml @@ -94,6 +94,9 @@ <!-- Output of the profiler maven extension --> <exclude>**/.profiler/**</exclude> + + <!-- Exclude .mvn wrapper--> + <exclude>.mvn/**</exclude> </excludes> </configuration> </plugin>