> > > I want to update all the default plugins for my Maven 1.0.2 > > > install. How can I force Maven to get the latest of all plugins?
> There is a list on the download page you can cut and paste from, > that's as automatic as it gets in maven 1.0 :) If you are handy with a scripting language, it would not be terribly painful to sort 'lynx -dump' of the maven plugins directory on ibiblio and fetch them that way. And let's not forget svn co of maven-plugins and building them yourself. Depends on what you mean by "latest," I guess. :-) -- /v\atthew --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
