What lifecycle phase needs to have run in order to get provided scope dependencies made available in a plugin.
http://maven.apache.org/ref/current/maven-project/apidocs/org/apache/mav en/project/MavenProject.html#getArtifacts() In my plugin during the package phase, ${project.artifacts} doesn't contain any of the dependencies declared as 'provided'. Though it does contain all dependencies declared as either compile or runtime. What do I need to do to make provided scope dependencies available? William --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
