From 46b5b59eae490ff19c8e0edbac35031d1773899b Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Thu, 11 Feb 2016 10:25:12 +0100 Subject: Fix IT scripts --- quick-build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'quick-build.sh') 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 $* -- cgit v1.2.3