This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch STABLE-4.1 in repository https://gitbox.apache.org/repos/asf/cayenne.git
commit 7602afbbe2b779b2df059795fe4b3977d37437ec Author: Nikita Timofeev <stari...@gmail.com> AuthorDate: Wed Nov 24 18:41:49 2021 +0300 Add NOTICE file template to RAT exclusions (cherry picked from commit fda0ae4a720b33ec7163d7420d063b22e7b40905) --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index d4f9aa3..2fcd6e9 100644 --- a/pom.xml +++ b/pom.xml @@ -963,6 +963,9 @@ <exclude>**/*.log</exclude> <exclude>**/*.iml</exclude> + + <!-- This is a template of a NOTICE file, that will be included to the build artifacts --> + <exclude>**/NOTICE.txt.vm</exclude> </excludes> </configuration> </plugin>