You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by sm...@apache.org on 2014/07/11 06:18:03 UTC

[23/50] [abbrv] git commit: SLIDER-217 Slider app-package for hbase is not generating the zip file

SLIDER-217 Slider app-package for hbase is not generating the zip file


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/0007cb21
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/0007cb21
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/0007cb21

Branch: refs/heads/master
Commit: 0007cb210affbdbd8fa70e80b3b673a4474ce9b1
Parents: 9be2bdd
Author: tedyu <yu...@gmail.com>
Authored: Tue Jul 8 07:27:06 2014 -0700
Committer: tedyu <yu...@gmail.com>
Committed: Tue Jul 8 07:27:06 2014 -0700

----------------------------------------------------------------------
 app-packages/hbase/src/assembly/hbase.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/0007cb21/app-packages/hbase/src/assembly/hbase.xml
----------------------------------------------------------------------
diff --git a/app-packages/hbase/src/assembly/hbase.xml b/app-packages/hbase/src/assembly/hbase.xml
index 143c88f..00b69ff 100644
--- a/app-packages/hbase/src/assembly/hbase.xml
+++ b/app-packages/hbase/src/assembly/hbase.xml
@@ -23,7 +23,7 @@
   xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
   <id>hbase_v${hbase.version}</id>
   <formats>
-    <format>dir</format>
+    <format>zip</format>
   </formats>
   <includeBaseDirectory>false</includeBaseDirectory>