Re: Managing dependency scopes

2008-08-04 Thread Mark Hobson
2008/8/4 Brett Porter <[EMAIL PROTECTED]>: > That's probably historical since I don't know if it originally managed > scopes. Thanks, I've raised MNG-3695 to track this: http://jira.codehaus.org/browse/MNG-3695 Mark - To unsubsc

Re: Managing dependency scopes

2008-08-04 Thread Brett Porter
That's probably historical since I don't know if it originally managed scopes. Cheers, Brett On 04/08/2008, at 11:31 PM, Mark Hobson wrote: Hi there, Is there any good reason why dependencyManagement blocks can't consist of just groupId, artifactId and scope? It seems that version is manda

Managing dependency scopes

2008-08-04 Thread Mark Hobson
Hi there, Is there any good reason why dependencyManagement blocks can't consist of just groupId, artifactId and scope? It seems that version is mandatory, even though I just want to manage the scope and don't care about the actual version being used. Cheers, Mark -