Repository: incubator-hivemall
Updated Branches:
  refs/heads/master f2bf3a72b -> 75e1a4fcf


Close #75: [HIVEMALL-100] Fix build script


Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/75e1a4fc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/75e1a4fc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/75e1a4fc

Branch: refs/heads/master
Commit: 75e1a4fcfe5a987bf70c89b61caaac704782a8c3
Parents: f2bf3a7
Author: Ryuichi Ito <m...@sapphire.in.net>
Authored: Fri Apr 28 18:12:07 2017 +0900
Committer: myui <yuin...@gmail.com>
Committed: Fri Apr 28 18:12:07 2017 +0900

----------------------------------------------------------------------
 bin/build.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/75e1a4fc/bin/build.sh
----------------------------------------------------------------------
diff --git a/bin/build.sh b/bin/build.sh
index 05d1f8f..8487d70 100755
--- a/bin/build.sh
+++ b/bin/build.sh
@@ -30,4 +30,5 @@ if [ "$HIVEMALL_HOME" = "" ]; then
 fi
 
 cd $HIVEMALL_HOME
+mvn validate -Pxgboost
 mvn clean package -Dskiptests=true -Dmaven.test.skip=true

Reply via email to