exclude bom files from rat check, where these are intended for the user to modify
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/b752d540 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/b752d540 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/b752d540 Branch: refs/heads/0.7.0-incubating Commit: b752d540d6f3df54565c9b7b26edfd7131ef69a0 Parents: d7b73df Author: Alex Heneveld <[email protected]> Authored: Wed Jun 10 19:00:21 2015 +0100 Committer: Alex Heneveld <[email protected]> Committed: Wed Jun 24 00:40:32 2015 -0700 ---------------------------------------------------------------------- usage/cli/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/b752d540/usage/cli/pom.xml ---------------------------------------------------------------------- diff --git a/usage/cli/pom.xml b/usage/cli/pom.xml index 451b0ed..ac4f0fc 100644 --- a/usage/cli/pom.xml +++ b/usage/cli/pom.xml @@ -165,6 +165,7 @@ i.e. by brooklyn.cli.itemlister.ItemLister --> <exclude>**/src/main/resources/brooklyn/item-lister/statics/style/js/**</exclude> + <exclude>**/*.bom</exclude> </excludes> </configuration> </plugin>
