From 960dac2a5dd8f7b83c96bef062f3572f53a314a4 Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Wed, 30 Dec 2020 18:13:13 +1000 Subject: [PATCH] add a fast profile to quickly build everything Signed-off-by: olivier lamy --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 10eb5fbb221..957b6eca580 100644 --- a/pom.xml +++ b/pom.xml @@ -59,6 +59,7 @@ 3.0.0-M1 true + false false @@ -264,6 +265,7 @@ check + ${pmd.skip} ${pmd.verbose} ${pmd.verbose} @@ -1597,6 +1599,16 @@ + + fast + + true + true + true + true + true + +