I don't say this often, but this is a good question for the dev list - or
hop on IRC.

-- 
Eric Redmond
http://blog.propellors.net

On 8/7/07, William Ferguson <[EMAIL PROTECTED]> wrote:
>
> 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]
>

Reply via email to