change mvn compile to mvn package

Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/4c58b983
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/4c58b983
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/4c58b983

Branch: refs/heads/master
Commit: 4c58b9837bfff6493051a7f0a4a68132e59b9ef2
Parents: 2b6a91f
Author: Hongbin Ma <mahong...@apache.org>
Authored: Wed May 3 11:37:41 2017 +0800
Committer: Dong Li <lid...@apache.org>
Committed: Wed May 3 11:40:19 2017 +0800

----------------------------------------------------------------------
 dev-support/sync_hbase_cdh_branches.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/4c58b983/dev-support/sync_hbase_cdh_branches.sh
----------------------------------------------------------------------
diff --git a/dev-support/sync_hbase_cdh_branches.sh 
b/dev-support/sync_hbase_cdh_branches.sh
index 592053a..340c570 100755
--- a/dev-support/sync_hbase_cdh_branches.sh
+++ b/dev-support/sync_hbase_cdh_branches.sh
@@ -45,7 +45,7 @@ git checkout -b tmp
 git reset apache/$base --hard
 
 git am -3 --ignore-whitespace 
0001-KYLIN-2307-Create-a-branch-for-master-with-HBase-0.9.patch
-mvn clean compile -DskipTests
+mvn clean package -DskipTests
 git push apache tmp:$base-hbase0.98 -f
 rm 0001-KYLIN-2307-Create-a-branch-for-master-with-HBase-0.9.patch
 

Reply via email to