Repository: jena Updated Branches: refs/heads/master fe4066eba -> e426c3c8b
Add log4j properties files to RAT exclusions Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/e426c3c8 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/e426c3c8 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/e426c3c8 Branch: refs/heads/master Commit: e426c3c8be51a1feadd836050b1d984c0261d9de Parents: fe4066e Author: Andy Seaborne <[email protected]> Authored: Thu Oct 23 12:24:23 2014 +0100 Committer: Andy Seaborne <[email protected]> Committed: Thu Oct 23 12:24:23 2014 +0100 ---------------------------------------------------------------------- jena-parent/pom.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/e426c3c8/jena-parent/pom.xml ---------------------------------------------------------------------- diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml index 8fb13db..22f78ae 100644 --- a/jena-parent/pom.xml +++ b/jena-parent/pom.xml @@ -380,6 +380,9 @@ --> <exclude>**/src/test/resources/**/*</exclude> <exclude>**/testing/**/*</exclude> + + <exclude>**/log4j.properties</exclude> + <exclude>**/log4j-testing.properties</exclude> </excludes> </configuration>
