From 196b56d47a6a03a8a31ea763e5f6d998d399e2b8 Mon Sep 17 00:00:00 2001 From: Simon Willnauer Date: Thu, 31 Jul 2014 15:22:11 +0200 Subject: [PATCH] [BUILD] Add profile that skips all validations This commit adds a profile that skips all validation ie. - nocommit / tabs checking - forbidden API checks - license headers It's not active by default but can easily be activated with `mvn -Pdev` or in the `~/.m2/settings.xml` for reference see: http://maven.apache.org/guides/introduction/introduction-to-profiles.html --- pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/pom.xml b/pom.xml index ddf0b4ed10b..2be7e1ac434 100644 --- a/pom.xml +++ b/pom.xml @@ -1378,6 +1378,32 @@ + + + dev + + true + + + + + de.thetaphi + forbiddenapis + 1.5.1 + + + check-forbidden-apis + none + + + check-forbidden-test-apis + none + + + + + + license