Files
alfresco-community-repo/scripts/startAlfresco.sh
2020-07-06 17:21:25 +03:00

10 lines
194 B
Bash

#!/usr/bin/env bash
# fail script immediately on any errors in external commands and print the lines
set -ev
export PROFILE=$1
cd rm-automation
ls
mvn install -Pinstall-alfresco,${PROFILE} -q