Files
alfresco-community-repo/scripts/startAlfresco.sh
2020-07-02 20:37:35 +03:00

7 lines
142 B
Bash

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