svn commit: r918066 [2/4] - in /websites/staging/maven/trunk/content: ./ apache-resource-bundles/ archives/maven-2.x/ background/ developers/ developers/conventions/ developers/release/ developers/web

2014-07-31 Thread buildbot
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

svn commit: r918066 [1/4] - in /websites/staging/maven/trunk/content: ./ apache-resource-bundles/ archives/maven-2.x/ background/ developers/ developers/conventions/ developers/release/ developers/web

2014-07-31 Thread buildbot
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

svn commit: r1614972 - /maven/site/trunk/content/apt/plugins/index.apt

2014-07-31 Thread khmarbaise
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

svn commit: r1614970 - /maven/plugins/trunk/maven-assembly-plugin/pom.xml

2014-07-31 Thread khmarbaise
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

[4/4] git commit: Adjust example page for rerun failing tests to be valid for surefire and failsafe plugin

2014-07-31 Thread agudian
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

[2/4] Add rerunFailingTestsCount option for maven surefire to rerun failing tests immediately after they fail.

2014-07-31 Thread agudian
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/

[3/4] git commit: Add rerunFailingTestsCount option for maven surefire to rerun failing tests immediately after they fail.

2014-07-31 Thread agudian
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

[1/4] Add rerunFailingTestsCount option for maven surefire to rerun failing tests immediately after they fail.

2014-07-31 Thread agudian
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 -