Here's the thread:
http://maven.40175.n5.nabble.com/Maven2-Maven3-plugin-development-Ensuring-only-the-available-parameters-are-allowed-tp5780854p5780948.html

Maybe I'd try something along those lines:

Plugin plugin = lookupThePluginYouWant(project.getBuildPlugins());
Xpp3Dom config = (Xpp3Dom) plugin.getConfiguration();
// Unleash hell

?

HTH


2014-02-05 Karl Heinz Marbaise <khmarba...@gmx.de>:

> Hi Baptiste,
>
>
>
> > Hi,
>
>> I think I remember a recent answer from Stephen about plugin conf,
>> saying basically you'd just have to fall back to xpath project/build and
>> then see what's present.
>>
> First thanks for the hint...
>
> Any knowledge where to search for ?
>
> Or Stephen ? Do you have a hint ?
>
> Does exist an example within the apache maven plugins for such thing?
>
> Kind regards
> Karl-Heinz Marbaise
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
> --
> Baptiste <Batmat> MATHUS - http://batmat.net
> Sauvez un arbre,
> Mangez un castor ! nbsp;! <dev-h...@maven.apache.org>
>

Reply via email to