Re: svn commit: r645182

2008-05-06 Thread Mark Struberg
Hi Brett! I'm on the list frequently, and also can spare some time to get work done if needed. I'm currently working on a few code changes in the git provider (release:perform with branches does not always work, reported by Matthew Bucket - currently work in progress), plus the patch in

Re: svn commit: r645182

2008-05-06 Thread Jason van Zyl
On 6-May-08, at 3:20 AM, Mark Struberg wrote: Hi Brett! I'm on the list frequently, and also can spare some time to get work done if needed. I'm currently working on a few code changes in the git provider (release:perform with branches does not always work, reported by Matthew Bucket -

Re: svn commit: r645182

2008-05-06 Thread Brett Porter
Thanks Mark! On 06/05/2008, at 8:20 PM, Mark Struberg wrote: Hi Brett! I'm on the list frequently, and also can spare some time to get work done if needed. I'm currently working on a few code changes in the git provider (release:perform with branches does not always work, reported by

Re: (ping) Re: [VOTE] Release Maven Surefire version 2.4.3 (fwd)

2008-05-06 Thread Brett Porter
+1 tested it on my pet project, checked the diffs (skipped the massive changes to line endings), and spot checked existence of license files in the JAR. Cheers, Brett On 06/05/2008, at 11:32 AM, Dan Fabulich wrote: (ping) more votes please! :-) We currently have two binding +1, one

Re: (ping) Re: [VOTE] Release Maven Surefire version 2.4.3 (fwd)

2008-05-06 Thread Olivier Lamy
Hi, Tested on a corporate project : works fine. +1. -- Olivier 2008/5/6 Dan Fabulich [EMAIL PROTECTED]: (ping) more votes please! :-) We currently have two binding +1, one non-binding +1. -Dan -- Forwarded message -- Date: Sat, 3 May 2008 09:49:39 +0200 From: Hervé

RE: Use maven with WinRoute 4.1.25 proxy

2008-05-06 Thread Brian E. Fox
Configure it the same as you would a browser, it's only using HTTP. -Original Message- From: Mallouli Fares [mailto:[EMAIL PROTECTED] Sent: Monday, May 05, 2008 8:57 AM To: dev@maven.apache.org Subject: Use maven with WinRoute 4.1.25 proxy Hi, I tried to configure Maven on WinRoute

Call one plugin from another

2008-05-06 Thread VELO
Hi folks, I wrote one plugin, who take one java project and generate some flex sources. Is there any way to call another plugin (in this case flex-compiler-mojo) from this generator-plugin? Any ideas? VELO

Re: Call one plugin from another

2008-05-06 Thread Jesse McConnell
generally speaking you should have distinct plugins executed in different phases if it makes sense, otherwise you should have multiple executions and then just call different mojo's from the same plugin if they are all in the same lifecycle phase that being said, this question is probably more