From 1179ba47a180834ba742ff4eb13d6d078f6dc522 Mon Sep 17 00:00:00 2001 From: Alejandro Curci Date: Tue, 21 Jun 2022 11:16:14 -0300 Subject: [PATCH] POC Import validations --- pom.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/pom.xml b/pom.xml index 2a249b1..106e8a6 100644 --- a/pom.xml +++ b/pom.xml @@ -27,8 +27,11 @@ 0.8.6 2.14.0 1.8 + 1.6.2 + 3.1.2 formatter.xml validate + check false true @@ -145,6 +148,53 @@ io.qameta.allure allure-maven + + net.revelc.code + impsort-maven-plugin + ${maven.impsort.plugin.version} + + org.mule.,com.mulesoft.,java.,javax. + org.mule.,com.mulesoft.,java.,javax. + + + + validate-imports + compile + + ${importGoal} + + + ${skipVerifications} + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${maven.checkstyle.plugin.version} + + + verify-style + process-classes + + check + + + + + ${skipVerifications} + true + + + + + + + + + +