Updated Branches: refs/heads/camel-2.11.x a03758194 -> 872e3be9d
adjust the Maven rat plugin configuration to pass the validation Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/872e3be9 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/872e3be9 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/872e3be9 Branch: refs/heads/camel-2.11.x Commit: 872e3be9dd43ca7b00c69ee8c2764d75e1b1b113 Parents: a037581 Author: cmueller <cmuel...@apache.org> Authored: Sat Jan 4 23:32:56 2014 +0100 Committer: cmueller <cmuel...@apache.org> Committed: Sat Jan 4 23:32:56 2014 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/872e3be9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 8893566..43f0882 100755 --- a/pom.xml +++ b/pom.xml @@ -192,7 +192,7 @@ <exclude>**/avro/**/*.avpr</exclude> <exclude>**/OSGI-INF/bundle.info</exclude> <exclude>**/test_rsa*</exclude> - <exclude>examples/*/src/data/**/*.xml</exclude> + <exclude>**/src/data/**/*.xml</exclude> </excludes> </configuration> </plugin>