Files
alfresco-community-repo/scripts/startAlfresco.sh
2020-07-03 11:27:36 +03:00

8 lines
154 B
Bash

#!/usr/bin/env bash
export PROFILE=$1
export INSTALLER=$2
cd rm-automation
mvn clean install -Pinstall-alfresco,${PROFILE} -Dinstaller.url=${INSTALLER}