From b3fe088879efab83e4f237512f5c2d4381422653 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Wed, 25 May 2022 17:46:23 +0200 Subject: [PATCH] Add spring-javaformat-maven-plugin to the build process Issue #4118 --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index 77537633b..5c2823de2 100644 --- a/pom.xml +++ b/pom.xml @@ -143,10 +143,25 @@ 3.2.0 3.2.2 3.3.0 + 0.0.32 + + io.spring.javaformat + spring-javaformat-maven-plugin + ${spring-javaformat-maven-plugin.version} + + + validate + true + + validate + + + + org.apache.maven.plugins maven-compiler-plugin