From 4776336629bc4af9c1d9e1bc4b17588399bb668d Mon Sep 17 00:00:00 2001 From: pabloFuente Date: Tue, 11 Nov 2025 11:05:06 +0100 Subject: [PATCH] ci-scripts: symlink maven settings.xml --- ci-scripts/commons/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci-scripts/commons/build.sh b/ci-scripts/commons/build.sh index c7942890e..dbd9e62ba 100644 --- a/ci-scripts/commons/build.sh +++ b/ci-scripts/commons/build.sh @@ -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}"