This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push: new fda0ae4 Add NOTICE file template to RAT exclusions fda0ae4 is described below commit fda0ae4a720b33ec7163d7420d063b22e7b40905 Author: Nikita Timofeev <stari...@gmail.com> AuthorDate: Wed Nov 24 18:41:49 2021 +0300 Add NOTICE file template to RAT exclusions --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index ecbf932..ce2ca85 100644 --- a/pom.xml +++ b/pom.xml @@ -1013,6 +1013,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>