During testing I changed the zip to dir in the assembly file. Restoring to correct value.
Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/e08f1388 Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/e08f1388 Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/e08f1388 Branch: refs/heads/0.2.0-newtypesystem Commit: e08f138887c5237595b034c30f7396b1d29beac2 Parents: ebce22d Author: Aaron McCurry <[email protected]> Authored: Wed Aug 7 21:50:50 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Wed Aug 7 21:50:50 2013 -0400 ---------------------------------------------------------------------- distribution/src/assemble/bin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/e08f1388/distribution/src/assemble/bin.xml ---------------------------------------------------------------------- diff --git a/distribution/src/assemble/bin.xml b/distribution/src/assemble/bin.xml index b7da74f..288c114 100644 --- a/distribution/src/assemble/bin.xml +++ b/distribution/src/assemble/bin.xml @@ -22,7 +22,7 @@ under the License. <id>bin</id> <formats> <format>tar.gz</format> - <format>dir</format> + <format>zip</format> </formats> <includeBaseDirectory>false</includeBaseDirectory>
