Don't RAT files that are JSON (no comments)
Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/9e69b396 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/9e69b396 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/9e69b396 Branch: refs/heads/hadoop-rdf Commit: 9e69b3968852080ea7d63b10337f25f835d6177a Parents: aa78d8a Author: Andy Seaborne <[email protected]> Authored: Fri Nov 21 12:37:02 2014 +0000 Committer: Andy Seaborne <[email protected]> Committed: Fri Nov 21 12:37:02 2014 +0000 ---------------------------------------------------------------------- jena-parent/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/9e69b396/jena-parent/pom.xml ---------------------------------------------------------------------- diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml index 32df4c4..2a3d2a3 100644 --- a/jena-parent/pom.xml +++ b/jena-parent/pom.xml @@ -395,7 +395,8 @@ <exclude>**/log4j-testing.properties</exclude> <exclude>**/derby.log</exclude> <exclude>**/DB/**/*</exclude> - + <!-- TDB config files JSON - no comments allowed --> + <exclude>**/tdb*.cfg</exclude> </excludes> </configuration> </plugin>
