File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 83
83
</pluginRepositories >
84
84
</profile >
85
85
</profiles >
86
+ <pluginGroups >
87
+ <pluginGroup >io.spring.javaformat</pluginGroup >
88
+ </pluginGroups >
86
89
</settings >
Original file line number Diff line number Diff line change 119
119
<maven-checkstyle-plugin .includeTestSourceDirectory>true
120
120
</maven-checkstyle-plugin .includeTestSourceDirectory>
121
121
<java .version>17</java .version>
122
+ <spring-javaformat-maven-plugin .version>0.0.34</spring-javaformat-maven-plugin .version>
122
123
</properties >
123
124
124
125
<build >
237
238
<groupId >org.apache.maven.plugins</groupId >
238
239
<artifactId >maven-checkstyle-plugin</artifactId >
239
240
</plugin >
241
+ <plugin >
242
+ <groupId >io.spring.javaformat</groupId >
243
+ <artifactId >spring-javaformat-maven-plugin</artifactId >
244
+ <version >${spring-javaformat-maven-plugin.version} </version >
245
+ <executions >
246
+ <execution >
247
+ <phase >validate</phase >
248
+ <inherited >true</inherited >
249
+ <goals >
250
+ <goal >validate</goal >
251
+ </goals >
252
+ </execution >
253
+ </executions >
254
+ </plugin >
240
255
</plugins >
241
256
</build >
242
257
You can’t perform that action at this time.
0 commit comments