Looks like you could use:

${pom.getMaven().getPluginManager().isLoaded('someplugin')}

--jason


On Saturday, August 16, 2003, at 02:53 PM, Andy Jefferson wrote:


On Friday 15 Aug 2003 15:44, Simon Matic Langford wrote:
is there anyway to find if a goal is available?
ie, I have some custom plugins, so I want to check to see if they're
installed before trying to register them.

Try


maven -g

This should list all goals (in plugin order) ... and then you can search for
the ones you expect.


--
Andy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to