]> source.dussan.org Git - sonarqube.git/commitdiff
Add a warning when using quick-build.sh
authorsimonbrandhof <simon.brandhof@gmail.com>
Wed, 23 Feb 2011 11:41:19 +0000 (12:41 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Wed, 23 Feb 2011 13:41:32 +0000 (14:41 +0100)
quick-build.sh

index 07a4817ffa3080baf9333da612067c6071840fcb..75b97b0a50490b8654f1050bf4f0e1b530e2ce6c 100755 (executable)
@@ -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