Re: [VOTE] [Take 2] Release Maven Antrun plugin version 1.4

2010-05-26 Thread Stephen Connolly
+1 On 25 May 2010 20:16, Paul Gier pg...@redhat.com wrote: Hi, We solved 14 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11125version=14641 There are still a couple of issues left in JIRA:

Re: [VOTE] Release Maven Changelog Plugin version 2.2

2010-05-26 Thread Stephen Connolly
+1 On 25 May 2010 20:45, Dennis Lundberg denn...@apache.org wrote: Hi, We solved 15 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11211version=13634 There are still a couple of issues left in JIRA:

Re: [VOTE] Release Maven Changelog Plugin version 2.2

2010-05-26 Thread Olivier Lamy
+1 2010/5/25 Dennis Lundberg denn...@apache.org: Hi, We solved 15 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11211version=13634 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11211status=1 Staging

Re: [VOTE] [Take 2] Release Maven Antrun plugin version 1.4

2010-05-26 Thread Paul Merlin
+1 - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

Re: [VOTE] Release Maven Changelog Plugin version 2.2

2010-05-26 Thread Lukas Theussl
+1 -Lukas Dennis Lundberg wrote: Hi, We solved 15 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11211version=13634 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=truepid=11211status=1 Staging repo:

Re: [VOTE] Release Maven Changelog Plugin version 2.2

2010-05-26 Thread Arnaud Héritier
+1 Arnaud On May 25, 2010, at 9:45 PM, Dennis Lundberg wrote: Hi, We solved 15 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11211version=13634 There are still a couple of issues left in JIRA:

Re: [VOTE] Release Maven Changelog Plugin version 2.2

2010-05-26 Thread Emmanuel Venisse
+1 Emmanuel On Tue, May 25, 2010 at 9:45 PM, Dennis Lundberg denn...@apache.org wrote: Hi, We solved 15 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11211version=13634 There are still a couple of issues left in JIRA:

Very slight (almost silly) 3.0-beta-1 incompatibility

2010-05-26 Thread Daniel Kulp
With maven 2.x, I could do: mvn -? and get the help. With 3.0-beta-1, that prints the help, but then: [ERROR] Error executing Maven. org.apache.commons.cli.UnrecognizedOptionException: Unrecognized option: -? and a stack trace. I know, it's pretty silly. Thought I'd mention it anyway.

Re: Very slight (almost silly) 3.0-beta-1 incompatibility

2010-05-26 Thread Paul Benedict
Should -? work? I thought the double dash should work only. On Wed, May 26, 2010 at 11:21 AM, Daniel Kulp dk...@apache.org wrote: With maven 2.x, I could do: mvn -? and get the help.   With 3.0-beta-1, that prints the help, but then: [ERROR] Error executing Maven.

Re: Very slight (almost silly) 3.0-beta-1 incompatibility

2010-05-26 Thread Daniel Kulp
On Wednesday 26 May 2010 1:17:26 pm Paul Benedict wrote: Should -? work? I thought the double dash should work only. Well, I guess the main difference is that in 2.x, you would get: Unable to parse command line options: Unrecognized option: -? printed at the top and then the help appears.

Re: Very slight (almost silly) 3.0-beta-1 incompatibility

2010-05-26 Thread Daniel Kulp
On Wednesday 26 May 2010 3:39:40 pm Daniel Kulp wrote: On Wednesday 26 May 2010 1:17:26 pm Paul Benedict wrote: Should -? work? I thought the double dash should work only. Well, I guess the main difference is that in 2.x, you would get: Unable to parse command line options: Unrecognized