I'm using maven 2.0.7 client. I have a Mojo implementation with the @phase compiler and @requiresDependencyResolution parameters set. The project.getArtifacts method does not return artifacts with the scope 'provided'. The method project.getDependencyArtifacts does return dependent artifacts with the scope 'provided'. Is this expected behavior of the API?
Thanks, Shane
