File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >org.codehaus.mojo</groupId >
26
26
<artifactId >mojo-parent</artifactId >
27
- <version >78 </version >
27
+ <version >80 </version >
28
28
</parent >
29
29
30
30
<artifactId >flatten-maven-plugin</artifactId >
254
254
<plugin >
255
255
<groupId >org.apache.maven.plugins</groupId >
256
256
<artifactId >maven-checkstyle-plugin</artifactId >
257
- <configuration >
258
- <configLocation >${checkstyle.spotless.config} </configLocation >
259
- </configuration >
260
257
</plugin >
261
258
<plugin >
262
259
<groupId >org.apache.maven.plugins</groupId >
288
285
</reporting >
289
286
290
287
<profiles >
291
- <profile >
292
- <id >java11+</id >
293
- <activation >
294
- <jdk >[11,)</jdk >
295
- </activation >
296
- <build >
297
- <plugins >
298
- <plugin >
299
- <groupId >com.diffplug.spotless</groupId >
300
- <artifactId >spotless-maven-plugin</artifactId >
301
- </plugin >
302
- </plugins >
303
- </build >
304
- </profile >
305
288
<profile >
306
289
<id >run-its</id >
307
290
<build >
314
297
<cloneProjectsTo >${project.build.directory} /it</cloneProjectsTo >
315
298
<localRepositoryPath >${project.build.directory} /local-repo</localRepositoryPath >
316
299
<settingsFile >src/it/mrm/settings.xml</settingsFile >
317
- <filterProperties >
318
- <repository .proxy.url>${repository.proxy.url} </repository .proxy.url>
319
- </filterProperties >
320
300
<properties >
321
301
<settingsFile >${project.build.directory} /it/interpolated-settings.xml</settingsFile >
322
302
</properties >
You can’t perform that action at this time.
0 commit comments