Files
hudi-service/bin/build-hudi-query.sh

6 lines
418 B
Bash
Executable File

#!/bin/bash
root_path=$(dirname $(cd $(dirname $0);pwd))
source $root_path/bin/library.sh
mvn -pl service-common,service-dependencies,service-configuration,service-forest clean deploy -D skipTests -P local -s ~/.m2/settings-development.xml
mvn -pl service-hudi-query clean package -D skipTests -s ~/.m2/settings-development.xml -P b2b12
upload $root_path/service-hudi-query/target/service-hudi-query-1.0.0-SNAPSHOT.jar