Re: Maven 3.1.0 update

2012-11-24 Thread Olivier Lamy
2012/11/24 Jason van Zyl : > > On Nov 24, 2012, at 1:47 PM, Olivier Lamy wrote: > >> oups fixed for the profile activation. >> >> "better" with: "Tests run: 714, Failures: 34, Errors: 3, Skipped: 0" >> >> The build is configured to build core to $WORKSPACE/apache-maven-3.0-SNAPSHOT >> then core it

Re: Maven 3.1.0 update

2012-11-24 Thread Jason van Zyl
On Nov 24, 2012, at 1:47 PM, Olivier Lamy wrote: > oups fixed for the profile activation. > > "better" with: "Tests run: 714, Failures: 34, Errors: 3, Skipped: 0" > > The build is configured to build core to $WORKSPACE/apache-maven-3.0-SNAPSHOT > then core its run with -Dmaven.home=$WORKSPACE/

Re: Maven 3.1.0 update

2012-11-24 Thread Jason van Zyl
Running from the command it's probably not the end of the world. But I always run this to make sure long-lived processes work and it generally finds any nasty stuff hiding because using the same Maven instance over and over doesn't last very long with anything leaking badly. Igor and I are getti

Re: Maven 3.1.0 update

2012-11-24 Thread Olivier Lamy
oups fixed for the profile activation. "better" with: "Tests run: 714, Failures: 34, Errors: 3, Skipped: 0" The build is configured to build core to $WORKSPACE/apache-maven-3.0-SNAPSHOT then core its run with -Dmaven.home=$WORKSPACE/apache-maven-3.0-SNAPSHOT 2012/11/24 Jason van Zyl : > > On No

Re: Maven 3.1.0 update

2012-11-24 Thread Jason van Zyl
On Nov 24, 2012, at 1:02 PM, Olivier Lamy wrote: > 2012/11/24 Jason van Zyl : >> Most things are ready release-wise but I found a rather nasty performance >> regression. Seems to be two contributing factors: differing versions of >> Wagon seem to contribute to a large slow down and there appea

Re: Maven 3.1.0 update

2012-11-24 Thread Jason van Zyl
On Nov 24, 2012, at 1:02 PM, Olivier Lamy wrote: > 2012/11/24 Jason van Zyl : >> Most things are ready release-wise but I found a rather nasty performance >> regression. Seems to be two contributing factors: differing versions of >> Wagon seem to contribute to a large slow down and there appea

Re: Maven 3.1.0 update

2012-11-24 Thread Olivier Lamy
2012/11/24 Jason van Zyl : > Most things are ready release-wise but I found a rather nasty performance > regression. Seems to be two contributing factors: differing versions of Wagon > seem to contribute to a large slow down and there appears to be some massive > classloader leakage which is pro

Maven 3.1.0 update

2012-11-24 Thread Jason van Zyl
Most things are ready release-wise but I found a rather nasty performance regression. Seems to be two contributing factors: differing versions of Wagon seem to contribute to a large slow down and there appears to be some massive classloader leakage which is probably something I did recently. Run