Re: Maven 3.2.6

2015-02-26 Thread Jason van Zyl
On Feb 26, 2015, at 3:49 AM, Andreas Gudian andreas.gud...@gmail.com wrote: I can handle that, but not before the weekend. Jason, does that conflict with your schedule for the release? No dire rush on my side and I have two feature branches to merge anyway so take your time. Happy to

Re: Maven 3.2.6

2015-02-26 Thread Igor Fedorenko
Andreas, There was a minor problem with you commit, it used wrong -DsystemProperty name to pass multi-module project directory to java. I've fixed that (I think) and also changed java to enforce presence of expected system property [1]. Do you think you can test if the latest master still works

Re: 3.2.6 - 3.3?

2015-02-26 Thread Paul Benedict
Just following up. I saw at about 5 people expressed their positive preference for this in another thread. Jason, WDYT? Cheers, Paul On Mon, Feb 23, 2015 at 11:30 AM, Paul Benedict pbened...@apache.org wrote: I noticed 3.2.6 is becoming filled with lots of interesting enhancements: *

Re: [VOTE] Release Apache Maven Stage Plugin version 1.0

2015-02-26 Thread Karl Heinz Marbaise
Hi, one binding VOTE is missing... ;-) Kind regards Karl Heinz Marbaise On 2/23/15 9:03 PM, Karl Heinz Marbaise wrote: Hi, We solved 6 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11695version=14343 There are still a couple of issues left in JIRA:

Re: Maven 3.2.6

2015-02-26 Thread Jörg Schaible
Hi Andreas, Andreas Gudian wrote: I can handle that, but not before the weekend. Jason, does that conflict with your schedule for the release? Perhaps we just say that we drop the support for old Windows versions with 3.3.0 and do the actual work that removes the support from the bat

can we remove ant build.xml in maven core?

2015-02-26 Thread Igor Fedorenko
Sorry if this is a dup of a recent discussion, but I couldn't find anything so here it goes. Why do we use ant to run Maven CI build at https://builds.apache.org? Seems odd we need to maintain both maven and ant builds for maven core. I am quite certain maven is mature enough to bootstrap itself

Re: can we remove ant build.xml in maven core?

2015-02-26 Thread Jason van Zyl
Olivier said he uses it, and presumably wants to maintain it. On Feb 26, 2015, at 10:15 AM, Igor Fedorenko i...@ifedorenko.com wrote: Sorry if this is a dup of a recent discussion, but I couldn't find anything so here it goes. Why do we use ant to run Maven CI build at

Re: can we remove ant build.xml in maven core?

2015-02-26 Thread Igor Fedorenko
Olivier, Can you explain why you need this? I had to fix ant build twice in last few days, so I'd like to avoid this in the future if at all possible. -- Regards, Igor On 2015-02-26 13:35, Jason van Zyl wrote: Olivier said he uses it, and presumably wants to maintain it. On Feb 26, 2015, at

Re: Maven 3.2.6

2015-02-26 Thread Andreas Gudian
I can handle that, but not before the weekend. Jason, does that conflict with your schedule for the release? Perhaps we just say that we drop the support for old Windows versions with 3.3.0 and do the actual work that removes the support from the bat files in the next minor release? I would

Re: can we remove ant build.xml in maven core?

2015-02-26 Thread Olivier Lamy
I find it very convenient/fast to get a fresh maven build installed locally. Just use ant and you have a new maven in your machine. No need of changing env var, then build with an other maven, then unzip in the correct place, then change again env var (but maybe there is something faster I'm not