Updating RAT excludes to make the build succeeed
Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/322a3efd Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/322a3efd Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/322a3efd Branch: refs/heads/olingo-266-ref Commit: 322a3efd8dd55a1a625b2515aca36937b83ca033 Parents: feae9d0 Author: Francesco Chicchiriccò <--global> Authored: Mon May 12 15:58:47 2014 +0200 Committer: Francesco Chicchiriccò <--global> Committed: Mon May 12 15:58:47 2014 +0200 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/322a3efd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d503470..ac2cbe5 100644 --- a/pom.xml +++ b/pom.xml @@ -448,6 +448,8 @@ <exclude>**/nb-configuration.xml</exclude> <exclude>**/.externalToolBuilders/**</exclude> <exclude>**/maven-eclipse.xml</exclude> + <exclude>**/checkstyle-*</exclude> + <exclude>**/.plxarc</exclude> </excludes> </configuration> </execution>
