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
6161cat orca/pom.xml.origin | sed ' s/<artifactId>bigdl-orca<\/artifactId>/<artifactId>bigdl-orca-${SPARK_PLATFORM}<\/artifactId>/' > orca/pom.xml
6262
6363function 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 ..
6868}
6969
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 '
7373deploy 2.4.6 SPARK_2.4 ' -P spark_2.x'
7474
7575mv dllib/pom.xml.origin dllib/pom.xml
You can’t perform that action at this time.
0 commit comments