Hi John, On 16/06/07, John Casey <[EMAIL PROTECTED]> wrote:
Just another pointer to add. I've put together some wildcard filtering support for the assembly plugin, and factored it into a separate library so I could share it with the maven-repository- builder project. These wildcard-enabled filters are by no means perfect, but if you're interested in taking a look, they're in maven- common-artifact-filters under maven/shared. I put them here so we could re-release them independently of Maven, should the need arise.
Ah ha, this looks more like what I'm after. I dropped these alternative implementations into my dependency tree changes and they seem to work okay. They're a little less strict that the version I attached to MNG-2621 - in my implementation wildcards can't span id segments (groupId, artifactId, etc), and individual segments can be referred to explicity (e.g. ::jar for type). Have a look at the testcase in the patch and see if you think it's worth merging into your filters: http://jira.codehaus.org/secure/attachment/27995/MNG-2621.patch I'll move to using maven-common-artifact-filters for the time being so we can concentrate the work there. Cheers, Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
