aboutsummaryrefslogtreecommitdiffstats
path: root/quick-build.sh
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-02-23 12:41:19 +0100
committersimonbrandhof <simon.brandhof@gmail.com>2011-02-23 14:41:32 +0100
commitf1cb208b53b2ca4bf5540d81bb1edbf70c8707da (patch)
tree17c55c32b0fc184862cc49feb2edf3906c09366e /quick-build.sh
parente0439d50c62daa7920839a8f8655c748fb664d6c (diff)
downloadsonarqube-f1cb208b53b2ca4bf5540d81bb1edbf70c8707da.tar.gz
sonarqube-f1cb208b53b2ca4bf5540d81bb1edbf70c8707da.zip
Add a warning when using quick-build.sh
Diffstat (limited to 'quick-build.sh')
-rwxr-xr-xquick-build.sh6
1 files changed, 6 insertions, 0 deletions
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