Hi, we are trying to implement a maven Mojo. In the Mojo we call the getRuntimeArtifacts method on the maven project object in order to list all the dependencies which need to be present at runtime. The problem is that we don't get any "provided scope" dependency whereas one is defined in the pom.xml on the builded project (in the result of getRuntimeArtifacts the provided dependency does not show up).
Any idea on that? Mathieu
