I recall setting <type>plugin</type> on a dependency was broken. It didn't actually cause the plugin to be installed properly. Has this been fixed?
> -----Original Message----- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 08, 2004 3:34 PM > To: Maven Users List > Subject: Re: Trying to create developer group plugin > > Using a dependency with <type>plugin</type> will do this > automatically. > > Or your users can manually use plugin:download and it will be > available to all projects for them. > > Either way, when you publish it to the repository make sure you use > plugin:repository-deploy, not jar:deploy as it must be in the > /plugins/ directory. > > These are the only two ways I recommend doing it. > > Cheers, > Brett > > --------------------------------------------------------------------- > 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]
