Skip to content

Instantly share code, notes, and snippets.

@wkorando
Created September 10, 2018 18:17
Embed
What would you like to do?
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.0</version>
<configuration>
<properties>
<configurationParameters>
junit.platform.output.capture.stdout=true
junit.platform.output.capture.stderr=true
</configurationParameters>
</properties>
</configuration>
</plugin>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment