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 d07d8a6 commit 17a7015Copy full SHA for 17a7015
test-functional/pom.xml
@@ -122,7 +122,7 @@
122
<goal>generateTestResourceConfig</goal>
123
<goal>test</goal>
124
</goals>
125
- <phase>test</phase>
+ <phase>verify</phase>
126
</execution>
127
</executions>
128
<configuration>
test-parent/pom.xml
@@ -99,6 +99,9 @@
99
<artifactId>maven-failsafe-plugin</artifactId>
100
<version>3.3.1</version>
101
102
+ <systemPropertyVariables>
103
+ <junit.platform.listeners.uid.tracking.enabled>true</junit.platform.listeners.uid.tracking.enabled>
104
+ </systemPropertyVariables>
105
<includes>
106
<include>**/*Test.java</include>
107
</includes>
0 commit comments