From: simonbrandhof Date: Wed, 23 Feb 2011 11:41:19 +0000 (+0100) Subject: Add a warning when using quick-build.sh X-Git-Tag: 2.7~121 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f1cb208b53b2ca4bf5540d81bb1edbf70c8707da;p=sonarqube.git Add a warning when using quick-build.sh --- 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