ci-scripts: restore necessary maven parameter to install openvidu-parent

pull/780/head
pabloFuente 2023-03-09 17:34:22 +01:00
parent bc694f43d1
commit b5779e18bf
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ fi
# ------------- # -------------
if [[ "${BUILD_OV_PARENT}" == true ]]; then if [[ "${BUILD_OV_PARENT}" == true ]]; then
mvn -B versions:set-property -Dproperty=version.openvidu.java.client -DnewVersion=TEST 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 fi
# ------------- # -------------