/**
* @parameter default-value="${project.build.plugins}"
*
*/
private List plugins;
Would give you all the plugins as a list. You can get the configurations of
other plugins via this list.
On Fri, Mar 5, 2010 at 2:18 PM, Rémy <[email protected]> wrote:
>
> Hello,
> I wrote a Maven plugin. I manage to access the settings of my plugin (tags
> <configuration> in the POM). I would like access to configuration
> information of another plugin, I don't know how to do that (for exemple the
> <finalName> element of maven-war-plugin).
> Thanks.
> Remy
> --
> View this message in context:
> http://old.nabble.com/Write-Maven-plugin-%3A-read-configuration-in-POM-tp27791002p27791002.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>