Skip to content

Commit

Permalink
Add springformat plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bpross-52n committed Dec 15, 2023
1 parent 9df01e6 commit afe8faf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,20 @@
<scmBranch>gh-pages</scmBranch>
</configuration>
</plugin>
<plugin>
<groupId>io.spring.javaformat</groupId>
<artifactId>spring-javaformat-maven-plugin</artifactId>
<version>0.0.29</version>
<executions>
<execution>
<phase>validate</phase>
<inherited>true</inherited>
<goals>
<goal>validate</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit afe8faf

Please sign in to comment.