We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd70ec2 commit 5974269Copy full SHA for 5974269
1 file changed
pom.xml
@@ -157,6 +157,10 @@
157
<groupId>org.apache.maven.plugins</groupId>
158
<artifactId>maven-surefire-plugin</artifactId>
159
<version>3.5.2</version>
160
+ <configuration>
161
+ <redirectTestOutputToFile>true</redirectTestOutputToFile>
162
+ <failIfNoTests>true</failIfNoTests>
163
+ </configuration>
164
</plugin>
165
<plugin>
166
0 commit comments