diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-03-06 22:27:02 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-03-06 22:27:02 +0100 |
commit | d9bdaff47db393ceaebad7d85e64ddd107ff65db (patch) | |
tree | ff1fafcd54eaf57912e5b31f5c03d32193aaca82 /quick-build.sh | |
parent | fa9bb27d5dca8c324ebbfdb260ed9f414c7d2e90 (diff) | |
download | sonarqube-d9bdaff47db393ceaebad7d85e64ddd107ff65db.tar.gz sonarqube-d9bdaff47db393ceaebad7d85e64ddd107ff65db.zip |
Fix logs of quick-build.sh
Diffstat (limited to 'quick-build.sh')
-rwxr-xr-x | quick-build.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/quick-build.sh b/quick-build.sh index c8d443243b7..edbac734bb9 100755 --- a/quick-build.sh +++ b/quick-build.sh @@ -7,9 +7,7 @@ echo '' echo ' WARNINGS' echo '' echo ' Unit tests are NOT executed.' -echo ' Build for FIREFOX ONLY.' echo '' echo '-------------------------------------------------' -# it is recommended to use maven 3 for faster builds mvn clean install -Dtest=false -DfailIfNoTests=false $* |