mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-09-17 14:21:39 +00:00
24883 transform options test
This commit is contained in:
@@ -184,4 +184,14 @@ function retieveLatestTag() {
|
||||
rm -rf "${LOCAL_PATH}"
|
||||
}
|
||||
|
||||
function buildCoreAio() {
|
||||
local GIT_REPO="${1}"
|
||||
local BRANCH="${2}"
|
||||
cloneRepo "${GIT_REPO}" "${BRANCH}"
|
||||
|
||||
pushd "$(dirname "${BASH_SOURCE[0]}")/../../../"
|
||||
cd "$(basename "${GIT_REPO%.git}")"
|
||||
mvn -B -V -q clean install -DskipTests -Dmaven.javadoc.skip=true -Plocal
|
||||
popd
|
||||
}
|
||||
set -vx
|
Reference in New Issue
Block a user