File tree Expand file tree Collapse file tree 1 file changed +37
-28
lines changed Expand file tree Collapse file tree 1 file changed +37
-28
lines changed Original file line number Diff line number Diff line change @@ -188,34 +188,43 @@ under the License.
188
188
</dependencies >
189
189
190
190
<build >
191
- <plugins >
192
- <plugin >
193
- <groupId >com.diffplug.spotless</groupId >
194
- <artifactId >spotless-maven-plugin</artifactId >
195
- <configuration >
196
- <java >
197
- <includes >
198
- <include >src/**/*.java</include >
199
- </includes >
200
- </java >
201
- <pom >
202
- <includes >
203
- <include >**/pom.xml</include >
204
- </includes >
205
- </pom >
206
- </configuration >
207
- </plugin >
208
- <plugin >
209
- <groupId >org.apache.rat</groupId >
210
- <artifactId >apache-rat-plugin</artifactId >
211
- <configuration >
212
- <excludes combine.children=" append" >
213
- <exclude >src/it/reproducible/src/main/resources/**/*.txt</exclude >
214
- <exclude >.github/*.md</exclude >
215
- </excludes >
216
- </configuration >
217
- </plugin >
218
- </plugins >
191
+ <pluginManagement >
192
+ <plugins >
193
+ <plugin >
194
+ <groupId >com.diffplug.spotless</groupId >
195
+ <artifactId >spotless-maven-plugin</artifactId >
196
+ <configuration >
197
+ <java >
198
+ <includes >
199
+ <include >src/**/*.java</include >
200
+ </includes >
201
+ </java >
202
+ <pom >
203
+ <includes >
204
+ <include >**/pom.xml</include >
205
+ </includes >
206
+ </pom >
207
+ </configuration >
208
+ </plugin >
209
+ <plugin >
210
+ <groupId >org.apache.rat</groupId >
211
+ <artifactId >apache-rat-plugin</artifactId >
212
+ <configuration >
213
+ <excludes combine.children=" append" >
214
+ <exclude >src/it/reproducible/src/main/resources/**/*.txt</exclude >
215
+ <exclude >.github/*.md</exclude >
216
+ </excludes >
217
+ </configuration >
218
+ </plugin >
219
+ <plugin >
220
+ <groupId >org.apache.maven.plugins</groupId >
221
+ <artifactId >maven-surefire-plugin</artifactId >
222
+ <configuration >
223
+ <redirectTestOutputToFile >true</redirectTestOutputToFile >
224
+ </configuration >
225
+ </plugin >
226
+ </plugins >
227
+ </pluginManagement >
219
228
</build >
220
229
221
230
<profiles >
You can’t perform that action at this time.
0 commit comments