Maybe it´s not the best way, but if you´re possibly willing to manually
parse the pom, I believe you could just insert a XML Comment (like <!--
@CustomTag -->) and the XML parsing framework would be able to see it.

On Wed, Mar 30, 2011 at 10:06 AM, Phillip Hellewell <ssh...@gmail.com>wrote:

> Is there any way short of recompiling Maven to allow custom tags in the
> pom.xml?
>
> Specifically, I would like to have a special tag inside <dependency>.
> It's ok if Maven ignores it; I will just look at it from my plugin
> that will parse the pom manually if it has to.
>
> Thanks,
> Phillip
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>

Reply via email to