From 41b21af5769211b9a57e5bef47fe40c6d34839b1 Mon Sep 17 00:00:00 2001 From: joewitt Date: Tue, 5 May 2015 00:59:28 -0400 Subject: [PATCH] NIFI-587 moved checkstyle into profile with rat plugin. They were too unstable --- nifi-parent/pom.xml | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/nifi-parent/pom.xml b/nifi-parent/pom.xml index 6fcf3643c1..fb2f827b7d 100644 --- a/nifi-parent/pom.xml +++ b/nifi-parent/pom.xml @@ -259,14 +259,6 @@ org.apache.maven.plugins maven-checkstyle-plugin - - - check-style - - check - - - @@ -377,9 +369,15 @@ - - check-licenses + + contrib-check @@ -394,6 +392,18 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + + check-style + + check + + + +