Re: resources handling in mojo w/ filter

2006-11-06 Thread Jason van Zyl
Hi, Maybe you could do a little survey about where the different pieces of code exist. This is the same sad situation with the invokers and verifiers where we have 5 and 3 different bits of code respectively. Let's collect the resource processing code into one place and create a component

Re: resources handling in mojo w/ filter

2006-11-06 Thread Stephane Nicoll
Thanks Franz for the info. Guys, do you think it makes sense to refactor this a bit? I personnaly do but have no idea in which component. Thanks, Stéphane On 11/6/06, Franz Allan Valencia See <[EMAIL PROTECTED]> wrote: Good day to you, Stephane, Don't quote me on this one, but i don't think t

Re: resources handling in mojo w/ filter

2006-11-05 Thread Franz Allan Valencia See
Good day to you, Stephane, Don't quote me on this one, but i don't think there is a functionality in maven that filters and copies file given the Resources, and the encoding Charset. In fact, the code segment of the resource filtering of maven-resources-plugin is practically duplicated in maven-w

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