File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -61,15 +61,15 @@ mv orca/pom.xml orca/pom.xml.origin
61
61
cat orca/pom.xml.origin | sed ' s/<artifactId>bigdl-orca<\/artifactId>/<artifactId>bigdl-orca-${SPARK_PLATFORM}<\/artifactId>/' > orca/pom.xml
62
62
63
63
function deploy {
64
- mvn clean install -DskipTests -P sign -Dspark.version=$1 -DSPARK_PLATFORM=$2 $3
65
- cd common/spark-version && mvn deploy -DskipTests -P sign -Dspark.version=$1 -DSPARK_PLATFORM=$2 $3 && cd ../..
66
- cd dllib && mvn deploy -DskipTests -P sign -Dspark.version=$1 -DSPARK_PLATFORM=$2 $3 && cd ..
67
- cd orca && mvn deploy -DskipTests -P sign -Dspark.version=$1 -DSPARK_PLATFORM=$2 $3 && cd ..
64
+ mvn clean install -DskipTests -P sign -Dspark.version=$1 -DSPARK_PLATFORM=$2 $3 ${ *: 4}
65
+ cd common/spark-version && mvn deploy -DskipTests -P sign -Dspark.version=$1 -DSPARK_PLATFORM=$2 $3 ${ *: 4} && cd ../..
66
+ cd dllib && mvn deploy -DskipTests -P sign -Dspark.version=$1 -DSPARK_PLATFORM=$2 $3 ${ *: 4} && cd ..
67
+ cd orca && mvn deploy -DskipTests -P sign -Dspark.version=$1 -DSPARK_PLATFORM=$2 $3 ${ *: 4} && cd ..
68
68
}
69
69
70
- deploy 2.1.1 SPARK_2.1 ' -P spark_2.x'
71
- deploy 2.2.0 SPARK_2.2 ' -P spark_2.x'
72
- deploy 2.3.1 SPARK_2.3 ' -P spark_2.x'
70
+ deploy 2.1.1 SPARK_2.1 ' -P spark_2.x' -pl ' !friesian '
71
+ deploy 2.2.0 SPARK_2.2 ' -P spark_2.x' -pl ' !friesian '
72
+ deploy 2.3.1 SPARK_2.3 ' -P spark_2.x' -pl ' !friesian '
73
73
deploy 2.4.6 SPARK_2.4 ' -P spark_2.x'
74
74
75
75
mv dllib/pom.xml.origin dllib/pom.xml
You can’t perform that action at this time.
0 commit comments