Upgrade RAT and add exclusion for Intellij config files
Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/5bc55aa8 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/5bc55aa8 Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/5bc55aa8 Branch: refs/heads/ish/master Commit: 5bc55aa8d6d0960bb299360be126b0b1d8e37445 Parents: 4621bef Author: Aristedes Maniatis <a...@ish.com.au> Authored: Fri Feb 12 10:20:51 2016 +1100 Committer: Aristedes Maniatis <a...@ish.com.au> Committed: Fri Feb 12 10:20:51 2016 +1100 ---------------------------------------------------------------------- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne/blob/5bc55aa8/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5adbcc7..6f74c2b 100644 --- a/pom.xml +++ b/pom.xml @@ -817,7 +817,7 @@ <plugin> <groupId>org.apache.rat</groupId> <artifactId>apache-rat-plugin</artifactId> - <version>0.8</version> + <version>0.11</version> </plugin> <plugin> <groupId>org.objectstyle.japp</groupId> @@ -920,7 +920,8 @@ <exclude>**/*.eomodeld</exclude> <exclude>**/*.fspec</exclude> - <exclude>derby.log</exclude> + <exclude>**/*.log</exclude> + <exclude>**/*.iml</exclude> </excludes> </configuration> </plugin>