spring-javaformat https://github.com/spring-io/spring-javaformat
<build>
<plugins>
<plugin>
<groupId>io.spring.javaformat</groupId>
<artifactId>spring-javaformat-maven-plugin</artifactId>
<version>0.0.41</version>
<executions>
<execution>
<phase>validate</phase>
<inherited>true</inherited>
<goals>
<goal>validate</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
spring-javaformat-intellij-idea-plugin https://repo1.maven.org/maven2/io/spring/javaformat/spring-javaformat-intellij-idea-plugin/