i think that you can just declare the plugin in your dependencies list, typing it as 'plugin', and maven will treat it like any 'normal' dependency, downloading and installing only if needed :
<dependency> <groupId>blah</groupId> <artifactId>myPlugin</artifactId> <version>x.x</version> <type>plugin</type> </dependency>
-- gd.
Dominik Roblek wrote:
I would like to download missing plugins from remote reopsitory and install them as part of build process. I think I can do it using Plugin plug-in, but I don't know, how to check, whether installation of plugin is necessary at all. How to check, if plugin is already installed or not?
Dominik
__________________________________ Do you Yahoo!? Exclusive Video Premiere - Britney Spears http://launch.yahoo.com/promos/britneyspears/
--------------------------------------------------------------------- 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]
