Repository: jena Updated Branches: refs/heads/master 02286cf3f -> aafd5d644
Exclude plxarc from RAT checks Project: http://git-wip-us.apache.org/repos/asf/jena/repo Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/aafd5d64 Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/aafd5d64 Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/aafd5d64 Branch: refs/heads/master Commit: aafd5d64423e6d1ee82103b3c429daea1f8645b4 Parents: 02286cf Author: Andy Seaborne <[email protected]> Authored: Thu Jan 29 12:45:33 2015 +0000 Committer: Andy Seaborne <[email protected]> Committed: Thu Jan 29 12:45:33 2015 +0000 ---------------------------------------------------------------------- jena-parent/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jena/blob/aafd5d64/jena-parent/pom.xml ---------------------------------------------------------------------- diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml index 2850625..4c519f1 100644 --- a/jena-parent/pom.xml +++ b/jena-parent/pom.xml @@ -448,6 +448,10 @@ <exclude>**/run/**/*</exclude> <!-- Cached classpath for commands - autogenerated --> <exclude>**/*.classpath</exclude> + + <!-- Exclude anything created during the build (plugin generated files) ->--> + <exclude>**/target/.plxarc</exclude> + </excludes> </configuration> </plugin>
