Hi Brian, On 15/06/07, Brian E. Fox <[EMAIL PROTECTED]> wrote:
Mark, There are already a bunch of filters defined within dependency for a lot of this. None of them work for you or is it that you need to access them from the shared component?
I did see them, although they weren't really what I was looking for. How come you needed to introduce a new interface ArtifactsFilter rather than reuse the existing ArtifactFilter API? I need a filter that supports wildcards on groupId, artifactId, type and version together, whereas the ArtifactsFilter implementations look for equality or startsWith on only one part. I also deal with an artifact at a time, whereas the ArtifactsFilter API looks more suitable for dealing with collections of artifacts. Cheers, Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
