RE: ScopeArtifactFilter

2006-10-03 Thread Brian E. Fox
s an overloaded constructor with a flag to say "yes I care about all the scopes"? -Original Message- From: Kenney Westerhof [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 03, 2006 9:42 AM To: Maven Developers List Subject: Re: ScopeArtifactFilter Brian E. Fox wrote: >

Re: ScopeArtifactFilter

2006-10-03 Thread Kenney Westerhof
Brian E. Fox wrote: Is it correct that ScopeArtifactFilter effectively ignores provided and system scopes in the includes check? By the code below, you can see that only compile, runtime and test are supported. Unfortunately, yes. I've tried to get this changed a bunch of times in the

ScopeArtifactFilter

2006-10-02 Thread Brian E. Fox
Is it correct that ScopeArtifactFilter effectively ignores provided and system scopes in the includes check? By the code below, you can see that only compile, runtime and test are supported. public ScopeArtifactFilter( String scope ) { if ( DefaultArtifact.SCOPE_COMPILE.equals