You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2021/12/10 14:00:33 UTC

[cayenne] 03/03: Add NOTICE file template to RAT exclusions

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 <st...@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>