File tree 1 file changed +6
-26
lines changed 1 file changed +6
-26
lines changed Original file line number Diff line number Diff line change 29
29
for using plugins with older than they require Maven version.
30
30
If version number changed in one place, be sure to change in the other.
31
31
-->
32
- <dependencies >
33
- <dependency >
34
- <!-- for JUnitTestRunnerInterceptor listener plugin -->
35
- <groupId >org.openclover</groupId >
36
- <artifactId >clover</artifactId >
37
- <version >4.5.1</version >
38
- <scope >test</scope >
39
- </dependency >
40
- </dependencies >
41
32
<prerequisites >
42
33
<maven >3.9.0</maven >
43
34
</prerequisites >
444
435
<artifactId >maven-dependency-plugin</artifactId >
445
436
<version >3.6.1</version >
446
437
</plugin >
447
- <plugin >
448
- <groupId >org.apache.maven.plugins</groupId >
449
- <artifactId >maven-surefire-plugin</artifactId >
450
- <version >${surefire.version} </version >
451
- <configuration >
452
- <properties >
453
- <!-- Attach Clover's test interceptor in order to
454
- record JUnit4 Parameterized tests -->
455
- <property >
456
- <name >listener</name >
457
- <value >
458
- com.atlassian.clover.recorder.junit.JUnitTestRunnerInterceptor</value >
459
- </property >
460
- </properties >
461
- </configuration >
462
- </plugin >
463
- <plugin >
438
+ <plugin >
439
+ <groupId >org.apache.maven.plugins</groupId >
440
+ <artifactId >maven-surefire-plugin</artifactId >
441
+ <version >${surefire.version} </version >
442
+ </plugin >
443
+ <plugin >
464
444
<groupId >org.apache.maven.plugins</groupId >
465
445
<artifactId >maven-deploy-plugin</artifactId >
466
446
<version >3.1.1</version >
You can’t perform that action at this time.
0 commit comments