diff options
Diffstat (limited to 'quick-build.sh')
-rwxr-xr-x | quick-build.sh | 4 |
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 $* |