ci-scripts: add maven.artifact.thread=1 flag to mvn install command

pull/772/head
pabloFuente 2022-11-29 18:36:22 +01:00
parent b2158ce5e8
commit af23890f20
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ if [[ "${OV_PRE_BUILD}" == true || "${EXECUTE_ALL}" == true ]]; then
fi
mvn -B versions:set-property -Dproperty=version.openvidu.java.client -DnewVersion=TEST
mvn -B -DskipTests=true clean install
mvn -B -DskipTests=true -Dmaven.artifact.threads=1 clean install
fi