ci-scripts: symlink maven settings.xml

v2
pabloFuente 2025-11-11 11:05:06 +01:00
parent 69b940bf0e
commit 4776336629
1 changed files with 1 additions and 0 deletions

View File

@ -242,6 +242,7 @@ if [[ "${CHECK_AND_PREPARE_KURENTO_SNAPSHOT}" == true ]]; then
rm -f settings.xml
curl https://raw.githubusercontent.com/OpenVidu/openvidu/v2/ci-scripts/kurento-snapshots.xml -o settings.xml
sed -i "s|KURENTO_SNAPSHOTS_URL|${KURENTO_SNAPSHOTS_URL}|g" settings.xml
ln -sf /etc/maven/settings.xml ~/.m2/settings.xml # Link to user maven settings
popd
else
echo "Kurento version is not a SNAPSHOT: ${KURENTO_VERSION}"