You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/01 18:50:04 UTC

[07/50] [abbrv] brooklyn-server git commit: exclude bom files from rat check, where these are intended for the user to modify

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 <al...@cloudsoftcorp.com>
Authored: Wed Jun 10 19:00:21 2015 +0100
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
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>