8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968084b commit 7959921Copy full SHA for 7959921
test-parent/pom.xml
@@ -104,6 +104,19 @@
104
<testSourceDirectory>${testSourceDirectory}</testSourceDirectory>
105
106
<plugins>
107
+ <plugin>
108
+ <groupId>org.apache.maven.plugins</groupId>
109
+ <artifactId>maven-surefire-plugin</artifactId>
110
+ <configuration>
111
+ <systemPropertyVariables>
112
+ <junit.platform.listeners.uid.tracking.enabled>true</junit.platform.listeners.uid.tracking.enabled>
113
+ <shaded>${shaded}</shaded>
114
+ </systemPropertyVariables>
115
+ <includes>
116
+ <include>**/*Test.java</include>
117
+ </includes>
118
+ </configuration>
119
+ </plugin>
120
<plugin>
121
<groupId>org.apache.maven.plugins</groupId>
122
<artifactId>maven-failsafe-plugin</artifactId>
0 commit comments