Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.19
-
None
Description
The rerun won't be executed with plugin configuration
<plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.19</version> <configuration> <forkCount>2</forkCount> <rerunFailingTestsCount>3</rerunFailingTestsCount> </configuration> <dependencies> <dependency> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-junit47</artifactId> <version>2.19</version> </dependency> </dependencies> </plugin>