mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Publish beam interpreter in maven central repo
This commit is contained in:
parent
3a9b64e311
commit
6ea789e1c2
1 changed files with 2 additions and 2 deletions
|
|
@ -94,9 +94,9 @@ function publish_to_maven() {
|
|||
|
||||
# build with scala-2.10
|
||||
echo "mvn clean install -DskipTests \
|
||||
-Dmaven.repo.local=${tmp_repo} -Pscala-2.10 \
|
||||
-Dmaven.repo.local=${tmp_repo} -Pscala-2.10 -Pbeam \
|
||||
${PUBLISH_PROFILES} ${PROJECT_OPTIONS}"
|
||||
mvn clean install -DskipTests -Dmaven.repo.local="${tmp_repo}" -Pscala-2.10 \
|
||||
mvn clean install -DskipTests -Dmaven.repo.local="${tmp_repo}" -Pscala-2.10 -Pbeam \
|
||||
${PUBLISH_PROFILES} ${PROJECT_OPTIONS}
|
||||
if [[ $? -ne 0 ]]; then
|
||||
echo "Build with scala 2.10 failed."
|
||||
|
|
|
|||
Loading…
Reference in a new issue