File tree 1 file changed +17
-6
lines changed
1 file changed +17
-6
lines changed Original file line number Diff line number Diff line change 435
435
<artifactId >maven-dependency-plugin</artifactId >
436
436
<version >3.6.1</version >
437
437
</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 >
438
+ <plugin >
439
+ <groupId >org.apache.maven.plugins</groupId >
440
+ <artifactId >maven-surefire-plugin</artifactId >
441
+ <version >${surefire.version} </version >
442
+ <configuration >
443
+ <properties >
444
+ <!-- Attach Clover's test interceptor in order to
445
+ record JUnit4 Parameterized tests -->
446
+ <property >
447
+ <name >listener</name >
448
+ <value >
449
+ com.atlassian.clover.recorder.junit.JUnitTestRunnerInterceptor</value >
450
+ </property >
451
+ </properties >
452
+ </configuration >
453
+ </plugin >
454
+ <plugin >
444
455
<groupId >org.apache.maven.plugins</groupId >
445
456
<artifactId >maven-deploy-plugin</artifactId >
446
457
<version >3.1.1</version >
You can’t perform that action at this time.
0 commit comments