Re: [VOTE] Release Apache Maven 3.0-alpha-3

2009-11-10 Thread Paul Gier
+1 I tested it on a few projects and in general it seems to be working well. I ran into a problem resolving local snapshots with classifiers after I had just installed them which appears to be related to an existing problem ni 2.x [1]. But I had trouble reliably reproducing the without messing

Re: m2eclipse was: Proposal after-the-fact: Experimental multithreading support

2009-11-10 Thread Dan Fabulich
Brian Fox wrote: Does that mean that changes that we make in the Apache trunk can automatically break people's Eclipse builds out in the wild, even without an official release? No. Igor has to bundle them into M2e before it's directly used, so it could break the next time we update. It's a ps

Re: m2eclipse was: Proposal after-the-fact: Experimental multithreading support

2009-11-10 Thread Brian Fox
On Tue, Nov 10, 2009 at 3:21 PM, Dan Fabulich wrote: > Jason van Zyl wrote: > >> The trunk is now critical for M2Eclipse and anyone else who is embedding >> and new features just aren't going in without adequate ITs. > > m2eclipse depends on the Maven 3.0-SNAPSHOT trunk? > Kinda > Does that mean

Multi-machine support was: Proposal after-the-fact: Experimental multithreading support

2009-11-10 Thread Dan Fabulich
Jorg Heymans wrote: Would the multithreading feature make it easier or harder to implement something like [1], ie distribute the different modules of a reactor build across different machines ? Or is it completely unrelated you think ? No harder, but not much easier. With that said, I do ha

Re: Hudson karma on grid.sonatype.org?

2009-11-10 Thread John Casey
done, give it a whirl Dan Fabulich wrote: I don't appear to have the right to kick off the maven-3.0.x-ITs build on the Hudson installation of grid.sonatype.org. Can someone grant that right to the "dfabulich" user? Thanks! -Dan

Re: Proposal after-the-fact: Experimental multithreading support

2009-11-10 Thread Jorg Heymans
Hi Dan, Would the multithreading feature make it easier or harder to implement something like [1], ie distribute the different modules of a reactor build across different machines ? Or is it completely unrelated you think ? Thanks, Jorg Heymans [1] http://n4.nabble.com/New-plugin-to-distribute-

m2eclipse was: Proposal after-the-fact: Experimental multithreading support

2009-11-10 Thread Dan Fabulich
Jason van Zyl wrote: The trunk is now critical for M2Eclipse and anyone else who is embedding and new features just aren't going in without adequate ITs. m2eclipse depends on the Maven 3.0-SNAPSHOT trunk? Does that mean that changes that we make in the Apache trunk can automatically break pe

Re: [VOTE] Release Apache Maven 3.0-alpha-3

2009-11-10 Thread Kristian Rosenvold
+1 on alpha 3 for my large corporate build (previously untested on 3.x range). A nice 10% faster than 2.2.1 too.

Hudson karma on grid.sonatype.org?

2009-11-10 Thread Dan Fabulich
I don't appear to have the right to kick off the maven-3.0.x-ITs build on the Hudson installation of grid.sonatype.org. Can someone grant that right to the "dfabulich" user? Thanks! -Dan - To unsubscribe, e-mail: dev-unsubs

Re: Possible problems with snapshot updates in Maven 3.0-alpha-3 (was Re: Re : [VOTE] Release Apache Maven 3.0-alpha-3)

2009-11-10 Thread Benjamin Bentmann
Benjamin Bentmann wrote: If you have -U specified and the maven-metadata-nexus.xml for this parent POM in your local repo is not updated to match the one in your Nexus, that's indeed a bug. I'll look into it for alpha-4. Confirmed and tracked in [0]. If you like, CI already produced a fixed

Re: Compat problems between Maven 3.0-alpha-3 and plugin (was Re: [VOTE] Release Apache Maven 3.0-alpha-3)

2009-11-10 Thread Tony Chemit
Le Tue, 10 Nov 2009 19:48:18 +0100, Benjamin Bentmann a écrit : > Tony Chemit wrote: > > > Any idea about it ? > > Sorry, not from those few bits of info. Please fill an issue at > http://jira.codehaus.org/browse/MNG with as much information attached as > available. I ideally need something t

Re: Proposal after-the-fact: Experimental multithreading support

2009-11-10 Thread Dan Fabulich
Jason van Zyl wrote: It's not going in that fast. Fair enough; that seems to be the consensus. Sorry, but passing all the existing ITs is the first step and then there is ITs for the feature you multi-threading feature itself. I've got a couple of ITs for MNG-3004 parallel projects on my m

Re: [VOTE] Release Maven Ant Plugin 2.3

2009-11-10 Thread Arnaud HERITIER
+1 Arnaud On Tuesday, November 10, 2009, Olivier Lamy wrote: > +1 > > 2009/11/10 Benjamin Bentmann : >>> Vote open for 72 hours. >> >> Ping. >> >> >> Benjamin >> >> - >> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org >

Compat problems between Maven 3.0-alpha-3 and plugin (was Re: [VOTE] Release Apache Maven 3.0-alpha-3)

2009-11-10 Thread Benjamin Bentmann
Tony Chemit wrote: Any idea about it ? Sorry, not from those few bits of info. Please fill an issue at http://jira.codehaus.org/browse/MNG with as much information attached as available. I ideally need something to reproduce, so a minimal test project or the SVN URL to your project with ste

Re: [VOTE] Release Apache Maven 3.0-alpha-3

2009-11-10 Thread Tony Chemit
Le Tue, 10 Nov 2009 19:26:23 +0100, Tony Chemit a écrit : > Le Mon, 09 Nov 2009 17:39:09 +0100, > Benjamin Bentmann a écrit : > > > Hi, > > > > OK, here we go, another alpha release of Maven, for all those brave guys > > that want to take it for a test drive ;-) > > > +1, but some of our plu

Re: [VOTE] Release Apache Maven 3.0-alpha-3

2009-11-10 Thread Tony Chemit
Le Mon, 09 Nov 2009 17:39:09 +0100, Benjamin Bentmann a écrit : > Hi, > > OK, here we go, another alpha release of Maven, for all those brave guys > that want to take it for a test drive ;-) > +1, but some of our plugins does not works any longer. In the defect plugin, we use the maven 2.2.1

Re: [VOTE] Release Apache Maven 3.0-alpha-3

2009-11-10 Thread Dan Fabulich
It's clear that the consensus is against landing MNG-3004 for alpha-3, so I'll pull back. I've tested alpha-3 against several builds and found it good, thanks to Benjamin's quick bugfixing last week. +1 Dan Fabulich wrote: I just posted a proposal that the code I checked in before this an

Help to get Android artifacts to be published to Maven central repository

2009-11-10 Thread Manfred Moser
As a Maven and Android user and committer with the Maven Android plugin I have created a feature request on google code to get the android jar into the maven central repository. More technical details are with the bugreport: http://bit.ly/1HoyoZ If you are a Android or Maven user I would urge

Possible problems with snapshot updates in Maven 3.0-alpha-3 (was Re: Re : [VOTE] Release Apache Maven 3.0-alpha-3)

2009-11-10 Thread Benjamin Bentmann
Julien HENRY schrieb: I don't know if it is related to Maven 3, but I'm not able to update to a newer SNAPSHOT that is available in my corporate repository, even by using the -U command line option. It seems Maven is not even asking the repository manager for a new version. If you have -U s

Re: [VOTE] Release Maven Ant Plugin 2.3

2009-11-10 Thread Olivier Lamy
+1 2009/11/10 Benjamin Bentmann : >> Vote open for 72 hours. > > Ping. > > > Benjamin > > - > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > > -- Olivier

Re: [VOTE] Release Maven Ant Plugin 2.3

2009-11-10 Thread Jason van Zyl
+1 On 2009-11-07, at 3:48 PM, Benjamin Bentmann wrote: Hi, We solved 3 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11124&version=14345 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11124&status=1 Sta

Re: [VOTE] Release Maven Ant Plugin 2.3

2009-11-10 Thread Benjamin Bentmann
Vote open for 72 hours. Ping. Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re : [VOTE] Release Apache Maven 3.0-alpha-3

2009-11-10 Thread Julien HENRY
Hi, I don't know if it is related to Maven 3, but I'm not able to update to a newer SNAPSHOT that is available in my corporate repository, even by using the -U command line option. It seems Maven is not even asking the repository manager for a new version. What's wrong? > mvn compile -U -X Ap

Re: [VOTE] Release Apache Maven 3.0-alpha-3

2009-11-10 Thread Paul Benedict
+1 with my builds. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: [VOTE] Release Apache Maven 3.0-alpha-3

2009-11-10 Thread Stuart McCulloch
2009/11/10 Benjamin Bentmann > Hi, > > OK, here we go, another alpha release of Maven, for all those brave guys > that want to take it for a test drive ;-) > > We solved many issues: > > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=14719 > > There are still a couple of

Re: Proposal after-the-fact: Experimental multithreading support

2009-11-10 Thread Jason van Zyl
On 2009-11-10, at 4:02 AM, Dan Fabulich wrote: On Friday I was playing cowboy with my experimental thread support, but here's a more formal proposal around parallel project support in Maven 3.0. OUTSTANDING ISSUES In my earlier revision 833566, I attempted to fix MNG-3004: "Allow build

Re: [VOTE] Release Apache Maven 3.0-alpha-3

2009-11-10 Thread Stephane Nicoll
+1 Stéphane On Mon, Nov 9, 2009 at 5:39 PM, Benjamin Bentmann wrote: > Hi, > > OK, here we go, another alpha release of Maven, for all those brave guys > that want to take it for a test drive ;-) > > We solved many issues: > > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&ver

Re: [VOTE] Release Maven reporting impl version 2.0.4.3

2009-11-10 Thread Vincent Siveton
The vote has passed with the following result : +1 Benjamin, Lukas, Dennis, Hervé, Vincent I will promote the artifacts to the central repo. Vincent 2009/11/3 Vincent Siveton : > Hi, > > This is a maintenance release to fix MSHARED-120. > > Staging repo: > https://repository.apache.org/content/r

Re: [VOTE] Release Apache Maven 3.0-alpha-3

2009-11-10 Thread Jason van Zyl
+1 On 2009-11-10, at 10:03 AM, Olivier Lamy wrote: +1 Tested with company builds. Just a remark : the release note need to include some links to asf wiki regarding compatibility and site plugin. Thanks, -- Olivier 2009/11/9 Benjamin Bentmann : Hi, OK, here we go, another alpha release of Ma

MNG-2802 concurrency issue, what is the problem ?

2009-11-10 Thread Kristian Rosenvold
Recent discussions related to concurrency have called my attention to http://jira.codehaus.org/browse/MNG-2802, and the linked article http://docs.codehaus.org/display/MAVEN/Local+repository+separation within that issue. The interesting thing about this issue is that it really does not say *what*

MCHECKSTYLE-91

2009-11-10 Thread Holger Joest
Hello, has anybody had a chance to look at my patch to MCHECKSTYLE-91? (http://jira.codehaus.org/browse/MCHECKSTYLE-91) If you have any comments or suggestions, I'd be willing to rework the patch accordingly. I'd love to see this issue fixed. Regards, Holger (http://jira.codehaus.org/secure

Re: [VOTE] Release Apache Maven 3.0-alpha-3

2009-11-10 Thread Olivier Lamy
+1 Tested with company builds. Just a remark : the release note need to include some links to asf wiki regarding compatibility and site plugin. Thanks, -- Olivier 2009/11/9 Benjamin Bentmann : > Hi, > > OK, here we go, another alpha release of Maven, for all those brave guys > that want to take i