Re: Extend surefire to rerun failing tests

2014-05-27 Thread Benson Margulies
On Tue, May 27, 2014 at 1:14 PM, Qingzhou Luo wrote: > Hi, > > I am an intern at Google. The first step of my internship project is to add > the ability to Maven to automatically rerun failing tests a few times, to > see if they ever pass in any of the reruns. It is useful because in many > cases

Extend surefire to rerun failing tests

2014-05-27 Thread Qingzhou Luo
Hi, I am an intern at Google. The first step of my internship project is to add the ability to Maven to automatically rerun failing tests a few times, to see if they ever pass in any of the reruns. It is useful because in many cases a test fails because it is flaky, not because there is a bug in t

Re: Release of maven-dependency-tree?

2014-05-27 Thread William Ferguson
It looks like we about a day or two away from releasing. Manfred has bought us some time by cutting a forked 2.2-rc.1 under the com.simpleagility groupId. William On Wed, May 28, 2014 at 10:24 AM, Jason van Zyl wrote: > I can roll the release this week. It's Maven all week for me this week. >

Re: Release of maven-dependency-tree?

2014-05-27 Thread Jason van Zyl
I can roll the release this week. It's Maven all week for me this week. On May 27, 2014, at 8:12 PM, Hervé BOUTEMY wrote: > I don't have time to do it immediately, but I can do it in a few time. Or > anybody else. > Do you have some schedule (for android-manve-plugin, IIUC)? > > Regards, > >

Re: Release of maven-dependency-tree?

2014-05-27 Thread Hervé BOUTEMY
I don't have time to do it immediately, but I can do it in a few time. Or anybody else. Do you have some schedule (for android-manve-plugin, IIUC)? Regards, Hervé Le lundi 26 mai 2014 10:01:02 William Ferguson a écrit : > Herve, > > can we get a release of maven-dependecy-tree? > > William

[GitHub] maven pull request: MNG-5639: Support resolution of Import Scope P...

2014-05-27 Thread markdingram
GitHub user markdingram opened a pull request: https://github.com/apache/maven/pull/17 MNG-5639: Support resolution of Import Scope POMs from Repo that contain... ...s a ${parameter} https://jira.codehaus.org/browse/MNG-5639 You can merge this pull request into a Git reposi

[GitHub] maven pull request: http://jira.codehaus.org/browse/MNG-4565

2014-05-27 Thread MysterionRise
Github user MysterionRise commented on the pull request: https://github.com/apache/maven/pull/15#issuecomment-44268726 Create new pull request with squashed commits https://github.com/apache/maven/pull/16, plz take a look --- If your project is set up for it, you can reply to this

[GitHub] maven pull request: http://jira.codehaus.org/browse/MNG-4565

2014-05-27 Thread MysterionRise
Github user MysterionRise closed the pull request at: https://github.com/apache/maven/pull/15 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] maven pull request: [MNG-4565] Multiple profile activation conditi...

2014-05-27 Thread MysterionRise
GitHub user MysterionRise opened a pull request: https://github.com/apache/maven/pull/16 [MNG-4565] Multiple profile activation conditions does not work You can merge this pull request into a Git repository by running: $ git pull https://github.com/MysterionRise/maven MNG-4565

[GitHub] maven pull request: http://jira.codehaus.org/browse/MNG-4565

2014-05-27 Thread jvanzyl
Github user jvanzyl commented on the pull request: https://github.com/apache/maven/pull/15#issuecomment-44266901 Please squash this commit and I'll take a look. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your proj

[GitHub] maven pull request: http://jira.codehaus.org/browse/MNG-4565

2014-05-27 Thread nmusienko
Github user nmusienko commented on the pull request: https://github.com/apache/maven/pull/15#issuecomment-44252636 :+1: --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled a

[GitHub] maven pull request: http://jira.codehaus.org/browse/MNG-4565

2014-05-27 Thread MysterionRise
GitHub user MysterionRise opened a pull request: https://github.com/apache/maven/pull/15 http://jira.codehaus.org/browse/MNG-4565 Simple solution to this bug. Add possibility to have multiple condition in profile activation. Add simple test with positive and negative case.