Updated Branches: refs/heads/master 1bf4b9e3e -> bc3f5dcc8
exclude odg files from rat Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/aabccd02 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/aabccd02 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/aabccd02 Branch: refs/heads/master Commit: aabccd0253c4dbe5c8177cdd2c88bbe3cc4ec8a5 Parents: 1bf4b9e Author: Olivier Lamy <ol...@apache.org> Authored: Tue Feb 11 11:36:48 2014 +1100 Committer: Olivier Lamy <ol...@apache.org> Committed: Tue Feb 11 11:36:48 2014 +1100 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/aabccd02/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b938c2b..8539616 100644 --- a/pom.xml +++ b/pom.xml @@ -456,6 +456,7 @@ <exclude>src/test/resources*/**</exclude> <exclude>src/test/projects/**</exclude> <exclude>src/test/remote-repo/**</exclude> + <exclude>**/*.odg</exclude> </excludes> </configuration> </plugin>