mirror of https://github.com/OpenVidu/openvidu.git
ci-scripts: restore necessary maven parameter to install openvidu-parent
parent
bc694f43d1
commit
b5779e18bf
|
@ -457,7 +457,7 @@ fi
|
|||
# -------------
|
||||
if [[ "${BUILD_OV_PARENT}" == true ]]; then
|
||||
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
|
||||
|
||||
# -------------
|
||||
|
|
Loading…
Reference in New Issue