aboutsummaryrefslogtreecommitdiffstats
path: root/quick-build.bat
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-09-06 14:08:06 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-09-06 14:08:06 +0000
commitaeadc1f9129274949daaa57738c7c4550bdfbc7b (patch)
tree08dadf5ef7474fc41d1d48f74648f1ba8b55f34d /quick-build.bat
downloadsonarqube-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.bat')
-rw-r--r--quick-build.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/quick-build.bat b/quick-build.bat
new file mode 100644
index 00000000000..639cb13ae1a
--- /dev/null
+++ b/quick-build.bat
@@ -0,0 +1,2 @@
+set MAVEN_OPTS=-Xmx768m -XX:MaxPermSize=256m
+mvn clean install -Dtest=false -DfailIfNoTests=false \ No newline at end of file