From d7e20ffc3b26cddd4dbc3ac6940176c2ef7a3a1c Mon Sep 17 00:00:00 2001 From: Lorenzo Bettini Date: Mon, 12 Jul 2021 13:44:18 +0200 Subject: [PATCH] 144: Disable checkstyle Task-Url: http://github.com/pitest/pitclipse/issues/144 --- pom.xml | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index a8d2ad36..e1f212cf 100644 --- a/pom.xml +++ b/pom.xml @@ -142,26 +142,6 @@ - - org.apache.maven.plugins - maven-checkstyle-plugin - 3.0.0 - - - validate - validate - - checkstyle.xml - UTF-8 - true - true - - - check - - - - @@ -218,6 +198,28 @@ sonar-maven-plugin 3.9.0.2155 + + + org.apache.maven.plugins + maven-checkstyle-plugin + 3.0.0 + + + validate + validate + + checkstyle.xml + UTF-8 + true + true + + + check + + + + org.eclipse.m2e lifecycle-mapping