File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 229229 <artifactId >maven-surefire-plugin</artifactId >
230230 <version >3.1.2</version >
231231 </plugin >
232+ <plugin >
233+ <groupId >com.spotify.fmt</groupId >
234+ <artifactId >fmt-maven-plugin</artifactId >
235+ <version >2.23</version >
236+ <configuration >
237+ <filesNamePattern >.*\.java</filesNamePattern >
238+ <skipSortingImports >false</skipSortingImports >
239+ <style >google</style >
240+ </configuration >
241+ <executions >
242+ <execution >
243+ <id >formatter</id >
244+ <goals >
245+ <goal >format</goal >
246+ <goal >check</goal >
247+ </goals >
248+ </execution >
249+ </executions >
250+ </plugin >
232251 <!-- use self-contained integration tests - org.phoebus.channelfinder.docker -->
233252 <plugin >
234253 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments