Depends on what kind of repo you're deploying to... If you just want to have Maven2 download and install a plugin (into your local machine repo) so you can use it, just add it to your pom.xml and Maven will automatically take care of things. If you're behind a proxy, you need to configure the proxy first.
If you're not on the Internet, then you'll want to use the install plugin to install the plugin into your local repository -- mvn install:install-file ... If you want to deploy a plugin to a "corporate repo", then you'll probably want to use the deploy plugin -- mvn deploy:deploy-file ... Wayne On 3/25/07, John Redden <[EMAIL PROTECTED]> wrote:
Hi Folks, Can a list subscriber recommend documentation to read that explains how to deploy a plugin (not necessarily one you wrote) to a local repo? Many thanks, -John Redden --------------------------------------------------------------------- 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]
