From b08214d5fe2bb9a65d8341ff62775101088a5e30 Mon Sep 17 00:00:00 2001 From: Marius Bogoevici Date: Thu, 9 Jun 2016 14:41:55 -0400 Subject: [PATCH] Add 'fast' profile Allow to provide settings that circumvent certain steps (e.g. Checkstyle validation) when they are not deemed necessary. --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 12a97097..2c1b1fe4 100644 --- a/pom.xml +++ b/pom.xml @@ -839,5 +839,11 @@ limitations under the License. + + fast + + true + +