aboutsummaryrefslogtreecommitdiffstats
path: root/quick-build.bat
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2014-05-14 11:25:41 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2014-05-14 16:25:44 +0200
commit84da3dea49ce1db1eb691aabc84e4d117c546eb4 (patch)
tree03accf2902d5317494d7e37f5cc1e815f1579536 /quick-build.bat
parentf427603edf62df1995c3c4e3dfca301b511bdf5c (diff)
downloadsonarqube-84da3dea49ce1db1eb691aabc84e4d117c546eb4.tar.gz
sonarqube-84da3dea49ce1db1eb691aabc84e4d117c546eb4.zip
Delete quick-build.bat. No need to maintain a script used by nobody.
Diffstat (limited to 'quick-build.bat')
-rw-r--r--quick-build.bat2
1 files changed, 0 insertions, 2 deletions
diff --git a/quick-build.bat b/quick-build.bat
deleted file mode 100644
index 8cbe98f2a02..00000000000
--- a/quick-build.bat
+++ /dev/null
@@ -1,2 +0,0 @@
-set MAVEN_OPTS=-Xmx256m
-mvn clean install -Dtest=false -DfailIfNoTests=false %*