Re: resources filtering: sharing the code + exclusion

2007-08-08 Thread Jason van Zyl
On 8 Aug 07, at 12:00 PM 8 Aug 07, Jason Dillon wrote: Would be really nice to have a shared/common module and components to handle filtering in the same manner as the maven-resources- plugin, or really, perhaps with even more control over which tokens are used and which keys are replaced t

Re: resources filtering: sharing the code + exclusion

2007-08-08 Thread Jason Dillon
Would be really nice to have a shared/common module and components to handle filtering in the same manner as the maven-resources-plugin, or really, perhaps with even more control over which tokens are used and which keys are replaced too. It is a very common need, and some times folks rever

resources filtering: sharing the code + exclusion

2007-08-06 Thread Stephane Nicoll
Hi, I'm wondering if anyone was working on sharing the resources filtering capabilities. Lots of plugin actually use this (war, ear, assembly, dependency). I'd like to know if there is any way to exclude some token explicitly when filtering. Let's say I have something like ${project.artifactId} -