Produce tree output with Surefire like the JUnit 5 console launcher
问题 The Console Launcher that comes with JUnit Platform (from JUnit 5) produces a quite nice summary view at the end. The Maven Surefire plugin, however, has a very simple output. Is it possible to create with Surefire output similar to what the launches creates? 回答1: My current workaround is to disable surefire and use exec-maven-plugin to manually run ConsoleLauncher : <!-- disable surefire --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId>