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]