Skip to content

Commit

Permalink
Configures surefire to send as much as possible to stdout instead of …
Browse files Browse the repository at this point in the history
…writing to a separate test report file
  • Loading branch information
scottopell committed Jan 2, 2024
1 parent 4a49600 commit 0db63f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@
<!-- allowAttachSelf required for tests in jdk9+ ref https://bugs.openjdk.org/browse/JDK-8180425 -->
<!-- rmi.server.hostname required for tests in some MacOS configurations -->
<argLine>-Djdk.attach.allowAttachSelf=true -Djava.rmi.server.hostname=localhost</argLine>
<useFile>false</useFile>
<trimStackTrace>false</trimStackTrace> <!-- can remove once surefire 3.0 is used. ref: https://issues.apache.org/jira/browse/SUREFIRE-1432 -->
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 0db63f8

Please sign in to comment.