fix rat check
Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/c71133f6 Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/c71133f6 Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/c71133f6 Branch: refs/heads/remove-inmemory-event-service Commit: c71133f6d4797f5f1d5576082aa40ba009e763f1 Parents: 1449950 Author: Shawn Feldman <[email protected]> Authored: Tue Oct 20 15:59:16 2015 -0600 Committer: Shawn Feldman <[email protected]> Committed: Tue Oct 20 15:59:16 2015 -0600 ---------------------------------------------------------------------- stack/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/usergrid/blob/c71133f6/stack/pom.xml ---------------------------------------------------------------------- diff --git a/stack/pom.xml b/stack/pom.xml index 2236e22..344502c 100644 --- a/stack/pom.xml +++ b/stack/pom.xml @@ -1568,7 +1568,8 @@ </executions> <configuration> <excludes> - + <exclude>**/Coverage.md</exclude> + <exclude>**/jacoco/**</exclude> <exclude>**/README.md</exclude> <exclude>**/CHANGES.txt</exclude> <exclude>**/*.json</exclude>
