forked from byzer-org/byzer-lang
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding serviceframework dependency when compile
- Loading branch information
1 parent
4004633
commit ab8432e
Showing
2 changed files
with
22 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,21 @@ | ||
#!/bin/bash | ||
mvn -DskipTests clean package \ | ||
-Ponline -Pscala-2.11 \ | ||
-Phive-thrift-server \ | ||
-Pspark-2.3.0 \ | ||
-Pdsl \ | ||
-Pcrawler \ | ||
-Passembly \ | ||
-Popencv-support \ | ||
-Pcarbondata \ | ||
-Pstreamingpro-spark-2.3.0-adaptor | ||
rm -rf /tmp/temp_ServiceFramework | ||
git clone --depth 1 https://github.com/allwefantasy/ServiceFramework.git /tmp/temp_ServiceFramework | ||
cd /tmp/temp_ServiceFramework | ||
mvn install -DskipTests -Pjetty-9 -Pweb-include-jetty-9 | ||
|
||
cd - | ||
|
||
mvn -DskipTests clean package -pl streamingpro-mlsql -am \ | ||
-Pspark-2.3.0 \ | ||
-Pstreamingpro-spark-2.3.0-adaptor \ | ||
-Ponline \ | ||
-Pscala-2.11 \ | ||
-Pdsl \ | ||
-Pshade \ | ||
-Pcrawler \ | ||
-Phive-thrift-server \ | ||
-Pautoml \ | ||
-Pxgboost \ | ||
-Pcarbondata \ | ||
-Popencv-support |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters