From a0ca04b3dc542fc7041f994f25b82a1212fa6320 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 16 Aug 2016 20:06:30 +0100 Subject: [PATCH] pom.xml: use same configuration for checkstyle check and reports * move checkstyle configuration to pluginManagement --- pom.xml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 5130665..07d04ef 100644 --- a/pom.xml +++ b/pom.xml @@ -163,6 +163,14 @@ ${sevntu-checkstyle-maven-plugin.version} + + checkstyle.xml + UTF-8 + true + true + true + true + @@ -217,16 +225,9 @@ validate validate - - checkstyle.xml - UTF-8 - true - true - true - true - check + checkstyle