define this in your mojo

    /**
     * @parameter expression="${plugin.artifacts}"
     * @required
     */
    private List pluginArtifacts;

and then use that list to iterate.




On 11/23/05, Patrick O'shea <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> Is it possible to get the dependencies of a plugin that i have in my
> project.
> I can get a reference to the plugin using
> mavenProject.getDependencyArtifacts();
> but how do i get access all the plugins dependencies ?
>
> thanks,
> Patrick
>
>

Reply via email to