From 320ae5f28ffbdaaaa4884f9f0209ae23819fe3d9 Mon Sep 17 00:00:00 2001 From: shuang Date: Thu, 11 Jun 2020 07:07:46 +0800 Subject: [PATCH] feature/json_build_with_schema_support_root_is_array_json: fix jitpack call mvn way, from ./mvn.sh to mvn --- jitpack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jitpack.yml b/jitpack.yml index 6733e56a0..aacbcdd58 100644 --- a/jitpack.yml +++ b/jitpack.yml @@ -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 \ No newline at end of file + - mvn clean install -pl .,obp-commons && mvn install -DskipTests -pl obp-api \ No newline at end of file