yes, there is, I am at a loss to recall how, but I'd have a look at the
maven-antrun-plugin as it has to be doing at least one way of implementing
it.

another starting point is the maven-enforcer-plugin as it does custom
parsing of the <configuration> section

2010/8/25 Gajo Csaba <[email protected]>

> Hello there!
>
> Is it possible to design a custom Maven plugin in such a way that the nodes
> in its <configuration> use xml attributes? For example, instead of
>
> <configure>
> <include>
> <name>somefile.txt</name>
> </include>
> </configure>
>
> I would like to have
>
> <configure>
> <include name="somefile.txt"/>
> </configure>
>
> Is there some built-in support for this in Maven 2?
>
> Thanks, Csaba
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to