Switch to https

This commit is contained in:
pzurek
2023-06-12 11:47:27 +02:00
parent f546d88726
commit c84f59b3d3

View File

@@ -9,7 +9,7 @@ mvn -f $DEPENDENCIES_DIR -B clean install
function clone_and_install { function clone_and_install {
local project_path=$DEPENDENCIES_DIR/projects/$1 local project_path=$DEPENDENCIES_DIR/projects/$1
if [ ! -d "$project_path" ]; then if [ ! -d "$project_path" ]; then
git clone --single-branch --branch jakarta-migration git@github.com:Alfresco/$1.git $project_path git clone --single-branch --branch jakarta-migration https://github.com/Alfresco/$1.git $project_path
fi fi
mvn -f $project_path -B clean install mvn -f $project_path -B clean install
} }