From d849f1d37527a254865764d85df23f363023d64d Mon Sep 17 00:00:00 2001 From: Ruben Dijkstra Date: Thu, 21 Apr 2016 20:11:12 +0200 Subject: [PATCH] Add a quickbuild maven profile This skips all validation, useful for end users --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index ab0bf8a57..8e7f48c59 100644 --- a/pom.xml +++ b/pom.xml @@ -697,6 +697,15 @@ + + quickbuild + + true + true + true + true + +