Modified:
websites/staging/maven/trunk/content/docs/3.0-alpha-6/release-notes.html
==
--- websites/staging/maven/trunk/content/docs/3.0-alpha-6/release-notes.html
(original)
+++ websites/staging/maven/trunk/content/docs/3
Author: buildbot
Date: Thu Jul 31 19:58:02 2014
New Revision: 918066
Log:
Staging update by buildbot for maven
Modified:
websites/staging/maven/trunk/content/ (props changed)
websites/staging/maven/trunk/content/about.html
websites/staging/maven/trunk/content/apache-resource-bundles
Author: khmarbaise
Date: Thu Jul 31 19:57:10 2014
New Revision: 1614972
URL: http://svn.apache.org/r1614972
Log:
- Updated version of retired maven-reactor-plugin.
Modified:
maven/site/trunk/content/apt/plugins/index.apt
Modified: maven/site/trunk/content/apt/plugins/index.apt
URL:
http://s
Author: khmarbaise
Date: Thu Jul 31 19:49:43 2014
New Revision: 1614970
URL: http://svn.apache.org/r1614970
Log:
[MASSEMBLY-705]
- Removed dependency to plexus-container-default:1.0-alpha-9-stable-1
for Maven 2.0.5 compatibility.
Modified:
maven/plugins/trunk/maven-assembly-plugin/pom.xml
Adjust example page for rerun failing tests to be valid for surefire and
failsafe plugin
Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/2bdeeaf1
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/t
http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/fefaae7f/maven-surefire-common/src/test/java/org/apache/maven/plugin/surefire/report/StatelessXMLReporterTest.java
--
diff --git
a/maven-surefire-common/src/test/java/org/
Add rerunFailingTestsCount option for maven surefire to rerun failing tests
immediately after they fail.
When rerunFailingTestsCount is set to a value larger k than 0, a failing test
will get re-run
up to k times until it passes. If a test passes in any of its reruns,
the build will be marked as
Repository: maven-surefire
Updated Branches:
refs/heads/master 1cdf49dc2 -> 2bdeeaf1a
http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/fefaae7f/surefire-providers/common-junit48/src/main/java/org/apache/maven/surefire/common/junit48/FilterFactory.java
-