Skip to content

Instantly share code, notes, and snippets.

@wkorando
Created September 10, 2018 18:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wkorando/4fe81ede51616ec9f6bc574f707f6603 to your computer and use it in GitHub Desktop.
Save wkorando/4fe81ede51616ec9f6bc574f707f6603 to your computer and use it in GitHub Desktop.
<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