summaryrefslogtreecommitdiffstats
path: root/jrt/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'jrt/pom.xml')
-rw-r--r--jrt/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/jrt/pom.xml b/jrt/pom.xml
index b43c2b3899c..353e0df777d 100644
--- a/jrt/pom.xml
+++ b/jrt/pom.xml
@@ -67,6 +67,10 @@
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<forkCount>4</forkCount>
+ <redirectTestOutputToFile>false</redirectTestOutputToFile>
+ <systemPropertyVariables>
+ <java.util.logging.SimpleFormatter.format>%1$Ts.%1$TL [%4$s] %5$s {%3$s}%n</java.util.logging.SimpleFormatter.format>
+ </systemPropertyVariables>
</configuration>
</plugin>
</plugins>