A slightly unrelated question: Will there be support for version ranges with many parts (not just the three parts that maven currently has) so that
[1.0.0.0.22,) will not pick up 1.0.0.0.9 -Stephen "working for a company that insists on 5 number version numbers" Connolly On Wed, Aug 13, 2008 at 1:09 PM, Brian E. Fox <[EMAIL PROTECTED]>wrote: > > >I have to disagree here: developers should not care what repositories > >they have, or what dependency plugin shows them. They should, instead, > >simply say what they want - and get it. That is why, imho, the core, > >including dependency resolution, should be smarter :) > > I agree. The problem with excluding repos to try and influence your > dependency resolution is that snapshots may already be in your local repo. > Since it hits the local first, you can't effectively disable the snapshots > at that point. >