Re: Time to release the Release plugin?

2006-11-04 Thread Jason van Zyl
On 3 Nov 06, at 11:44 PM 3 Nov 06, Daniel Kulp wrote: Just a quick inquiry... I'll let folks update these themselves maven-dependency-plugin: John Tolentino or Brian Fox Brian Fox is taking care of this one. John is working on the WAR plugin. maven-surefire-plugin: Kenney maven-pmd-

specifying mojo parameters on the command line

2006-11-04 Thread Stephane Nicoll
Hi, I know we've discussed this a while ago but I don't remember if we got a solution for this. Do we have a clear method to specify mojo parameters on the command line? Thanks, Stéphane - To unsubscribe, e-mail: [EMAIL PROTECT

resources handling in mojo w/ filter

2006-11-04 Thread Stephane Nicoll
Hi, I am trying to finalize the ear plugin roadmap[1] to release it. One issue has drawn my attention [2]. Basically resources being copied to the EAR might be filtered with exclude/includes filter. This functionnality already exists in maven (maven resources for instance) and I was wondering if