Added workaround for binary file being included in check
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/2a7e7bf8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/2a7e7bf8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/2a7e7bf8 Branch: refs/heads/master Commit: 2a7e7bf81be626e1474c94cc040194053b9caadf Parents: 22955eb Author: Martin Harris <git...@nakomis.com> Authored: Wed Jul 9 11:44:56 2014 +0100 Committer: Martin Harris <git...@nakomis.com> Committed: Tue Jul 15 10:37:54 2014 +0100 ---------------------------------------------------------------------- software/nosql/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/2a7e7bf8/software/nosql/pom.xml ---------------------------------------------------------------------- diff --git a/software/nosql/pom.xml b/software/nosql/pom.xml index d1c6878..20ae22e 100644 --- a/software/nosql/pom.xml +++ b/software/nosql/pom.xml @@ -165,6 +165,8 @@ <excludes combine.children="append"> <exclude>**/couchdb/couch.uri</exclude> <exclude>**/riak/vm.args</exclude> + <!-- In theory, binary files should be excluded, but for reasons unknown the example.tgz was being picked up as non-binary --> + <exclude>**/*.tgz</exclude> </excludes> </configuration> </plugin>