mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-17 14:21:39 +00:00
Switch to https
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user