feature/json_build_with_schema_support_root_is_array_json: fix jitpack call mvn way, from ./mvn.sh to mvn

This commit is contained in:
shuang 2020-06-11 07:07:46 +08:00
parent 2dbaefd5f4
commit 320ae5f28f

View File

@ -1,3 +1,3 @@
install:
- echo "Running a custom install command"
- mvn.sh clean install -pl .,obp-commons && mvn.sh install -DskipTests -pl obp-api
- mvn clean install -pl .,obp-commons && mvn install -DskipTests -pl obp-api