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 2019/09/25 11:26:47 UTC

[cayenne] branch STABLE-4.1 updated: Update 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


The following commit(s) were added to refs/heads/STABLE-4.1 by this push:
     new cd6fc58  Update RAT exclusions
cd6fc58 is described below

commit cd6fc5889c1bcd2456b258f72c6a0f6c9de79508
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Wed Sep 25 14:26:41 2019 +0300

    Update RAT exclusions
---
 pom.xml | 1 +
 rat.sh  | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 011f5b2..f5def57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -931,6 +931,7 @@
                         <exclude>**/cayenne-*.xml</exclude>
                         <exclude>**/cayenne.xml</exclude>
                         <exclude>**/*.map.xml</exclude>
+						<exclude>**/*.graph.xml</exclude>
                         <exclude>**/_*.java</exclude>
                         <exclude>**/*.html</exclude>
                         <exclude>**/*.css</exclude>
diff --git a/rat.sh b/rat.sh
index a04e4a4..2ec911b 100755
--- a/rat.sh
+++ b/rat.sh
@@ -59,6 +59,7 @@ java -jar $RAT -d $DIR \
 	-e 'DiagramLayout' \
 	-e 'excludes.txt' \
 	-e '*.map.xml' \
+	-e '*.graph.xml' \
 	-e 'cayenne-*.xml' \
 	-e 'cayenne.xml' \
 	-e '*.driver.xml' \
@@ -69,5 +70,3 @@ java -jar $RAT -d $DIR \
 	-e 'plain.txt' \
 	-e 'derby.log' \
 	-e '*.iml'
-
-