Repository: incubator-predictionio
Updated Branches:
  refs/heads/feature/xbuild d051216a7 -> e30e6a4c6


Build storage modules after JARs are published


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

Branch: refs/heads/feature/xbuild
Commit: e30e6a4c6addaab60abcae563d788935b2ec0f3b
Parents: d051216
Author: Donald Szeto <[email protected]>
Authored: Thu Mar 16 08:56:26 2017 -0700
Committer: Donald Szeto <[email protected]>
Committed: Thu Mar 16 08:56:26 2017 -0700

----------------------------------------------------------------------
 make-distribution.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-predictionio/blob/e30e6a4c/make-distribution.sh
----------------------------------------------------------------------
diff --git a/make-distribution.sh b/make-distribution.sh
index 70ba4a4..11dea3f 100755
--- a/make-distribution.sh
+++ b/make-distribution.sh
@@ -57,7 +57,8 @@ echo "Building binary distribution for PredictionIO 
$VERSION..."
 sbt/sbt printBuildInfo
 
 cd ${FWDIR}
-sbt/sbt "$JAVA_PROPS" publishLocal assembly
+sbt/sbt "$JAVA_PROPS" publishLocal
+sbt/sbt "$JAVA_PROPS" assembly
 
 cd ${FWDIR}
 rm -rf ${DISTDIR}

Reply via email to