From 768e1ed5e9c75cb74797496a2439f9e14fcb1faa Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Thu, 22 Jun 2023 08:19:27 +0100 Subject: [PATCH] Ensure enforcer plugin runs first --- pom.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/pom.xml b/pom.xml index ab62154..7aaf498 100644 --- a/pom.xml +++ b/pom.xml @@ -154,19 +154,6 @@ - - io.spring.javaformat - spring-javaformat-maven-plugin - ${spring-format.version} - - - validate - - validate - - - - org.apache.maven.plugins maven-enforcer-plugin @@ -187,6 +174,19 @@ + + io.spring.javaformat + spring-javaformat-maven-plugin + ${spring-format.version} + + + validate + + validate + + + + org.apache.maven.plugins maven-checkstyle-plugin