diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-06 14:08:06 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-06 14:08:06 +0000 |
commit | aeadc1f9129274949daaa57738c7c4550bdfbc7b (patch) | |
tree | 08dadf5ef7474fc41d1d48f74648f1ba8b55f34d /quick-build.sh | |
download | sonarqube-aeadc1f9129274949daaa57738c7c4550bdfbc7b.tar.gz sonarqube-aeadc1f9129274949daaa57738c7c4550bdfbc7b.zip |
SONAR-236 remove deprecated code from checkstyle plugin + display default value of rule parameters in Q profile console
Diffstat (limited to 'quick-build.sh')
-rwxr-xr-x | quick-build.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quick-build.sh b/quick-build.sh new file mode 100755 index 00000000000..9e04cbd96e3 --- /dev/null +++ b/quick-build.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +# it is recommended to use maven 3.0-beta-1 (or more) for faster builds +mvn clean install -Dtest=false -DfailIfNoTests=false
\ No newline at end of file |