From f1cb208b53b2ca4bf5540d81bb1edbf70c8707da Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Wed, 23 Feb 2011 12:41:19 +0100 Subject: [PATCH] Add a warning when using quick-build.sh --- quick-build.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/quick-build.sh b/quick-build.sh index 07a4817ffa3..75b97b0a504 100755 --- a/quick-build.sh +++ b/quick-build.sh @@ -2,5 +2,11 @@ export MAVEN_OPTS='-Xmx512m' +echo '-------------------------------------------------' +echo '' +echo ' WARNING - Sonar will be built for FIREFOX ONLY ' +echo '' +echo '-------------------------------------------------' + # it is recommended to use maven 3 for faster builds mvn clean install -Dtest=false -DfailIfNoTests=false -Ddev \ No newline at end of file -- 2.39.5