exclude bom files from rat check, where these are intended for the user to 
modify


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/1744fbfd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/1744fbfd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/1744fbfd

Branch: refs/heads/master
Commit: 1744fbfdbc9832c7903990bc3902e1ebda17024d
Parents: b08fe4e
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/incubator-brooklyn/blob/1744fbfd/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>

Reply via email to