Hi All Maven Committers,
I would like to make sure that our plugins are stable right before cutting
release.
Please check it out with these maven plugins in your projects.
Try to test filters (-Dtest=%regex[], includes/excludes), JVM forks, test
reports, compare build time, stability, total test pass, memory
consumption, as you like.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19-SNAPSHOT</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.19-SNAPSHOT</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.19-SNAPSHOT</version>
</plugin>
Let me know your findings.
Although we have two issues in progress (exec time, jvm shutdown), I want
to complete them and release surefire by the EO September.