Alex Vollmer wrote: > I have several Maven projects that require a common custom-built Maven > goal. Can anyone shed some light on how to go about distributing a > custom Maven goal? Or will each user need to manually install the goal > into their Maven directory?
You should create a custom plugin containing the goal, deploy it to your sitewide repository, and then each users should install the plugin from the repository. I'm not entirely sure if installing plugins from remote locations really works or is a planned feature, I hope someone else will give you details on that. R. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
