summaryrefslogtreecommitdiffstats
path: root/quick-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'quick-build.sh')
-rwxr-xr-xquick-build.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/quick-build.sh b/quick-build.sh
index 7a7f3a83e55..d75343f5c28 100755
--- a/quick-build.sh
+++ b/quick-build.sh
@@ -38,7 +38,5 @@ echo ''
echo ''
echo ''
-# Parallel executions of maven modules and tests.
-# Half of CPU core are used in to keep other half for OS and other programs.
./stop.sh
-mvn clean install -T0.5C -B -e -DskipTests=true -Pdev $*
+mvn install -B -e -V -DskipTests=true -Dsource.skip=true -Denforcer.skip=true $*