File tree Expand file tree Collapse file tree 5 files changed +33
-54
lines changed Expand file tree Collapse file tree 5 files changed +33
-54
lines changed Original file line number Diff line number Diff line change 94
94
</execution >
95
95
</executions >
96
96
</plugin >
97
- <plugin >
98
- <groupId >com.coveo</groupId >
99
- <artifactId >fmt-maven-plugin</artifactId >
100
- <version >2.2.0</version >
101
- <executions >
102
- <execution >
103
- <phase >test</phase >
104
- <goals >
105
- <goal >check</goal >
106
- </goals >
107
- </execution >
108
- </executions >
109
- </plugin >
110
97
</plugins >
111
98
</build >
112
99
Original file line number Diff line number Diff line change 117
117
<reuseForks >false</reuseForks >
118
118
</configuration >
119
119
</plugin >
120
- <plugin >
121
- <groupId >com.coveo</groupId >
122
- <artifactId >fmt-maven-plugin</artifactId >
123
- <executions >
124
- <execution >
125
- <phase >test</phase >
126
- <goals >
127
- <goal >check</goal >
128
- </goals >
129
- </execution >
130
- </executions >
131
- </plugin >
132
120
</plugins >
133
121
</build >
134
122
Original file line number Diff line number Diff line change 267
267
<trimStackTrace >false</trimStackTrace > <!-- SUREFIRE-1226 workaround -->
268
268
</configuration >
269
269
</plugin >
270
- <plugin >
271
- <groupId >com.coveo</groupId >
272
- <artifactId >fmt-maven-plugin</artifactId >
273
- <version >2.5.0</version >
274
- </plugin >
275
270
<plugin >
276
271
<groupId >org.apache.maven.plugins</groupId >
277
272
<artifactId >maven-deploy-plugin</artifactId >
300
295
<autoReleaseAfterClose >true</autoReleaseAfterClose >
301
296
</configuration >
302
297
</plugin >
298
+ <plugin >
299
+ <groupId >com.diffplug.spotless</groupId >
300
+ <artifactId >spotless-maven-plugin</artifactId >
301
+ <version >1.31.3</version >
302
+ <configuration >
303
+ <formats >
304
+ <format >
305
+ <trimTrailingWhitespace />
306
+ <endWithNewline />
307
+ </format >
308
+ </formats >
309
+ <java >
310
+ <removeUnusedImports /> <!-- self-explanatory -->
311
+ <googleJavaFormat />
312
+ <licenseHeader >
313
+ <content >
314
+ /*
315
+ Copyright 2020 The Kubernetes Authors.
316
+ Licensed under the Apache License, Version 2.0 (the "License");
317
+ you may not use this file except in compliance with the License.
318
+ You may obtain a copy of the License at
319
+ http://www.apache.org/licenses/LICENSE-2.0
320
+ Unless required by applicable law or agreed to in writing, software
321
+ distributed under the License is distributed on an "AS IS" BASIS,
322
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
323
+ See the License for the specific language governing permissions and
324
+ limitations under the License.
325
+ */
326
+ </content >
327
+ </licenseHeader >
328
+ </java >
329
+ </configuration >
330
+ </plugin >
303
331
</plugins >
304
332
</build >
305
333
<profiles >
Original file line number Diff line number Diff line change 106
106
<reuseForks >false</reuseForks >
107
107
</configuration >
108
108
</plugin >
109
- <plugin >
110
- <groupId >com.coveo</groupId >
111
- <artifactId >fmt-maven-plugin</artifactId >
112
- <executions >
113
- <execution >
114
- <phase >test</phase >
115
- <goals >
116
- <goal >check</goal >
117
- </goals >
118
- </execution >
119
- </executions >
120
- </plugin >
121
109
</plugins >
122
110
</build >
123
111
</project >
Original file line number Diff line number Diff line change 145
145
<reuseForks >false</reuseForks >
146
146
</configuration >
147
147
</plugin >
148
- <plugin >
149
- <groupId >com.coveo</groupId >
150
- <artifactId >fmt-maven-plugin</artifactId >
151
- <executions >
152
- <execution >
153
- <phase >test</phase >
154
- <goals >
155
- <goal >check</goal >
156
- </goals >
157
- </execution >
158
- </executions >
159
- </plugin >
160
148
</plugins >
161
149
</build >
162
150
</project >
You can’t perform that action at this time.
0 commit comments