I think the only way at the moment is to use mvn eclipse:eclipse -DdownloadJavadocs=true perhaps followed by an mvn eclipse:clean to get rid of the extra files. It seems the eclipse plugin has extra code to resolve javadoc of the dependencies.
Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem www.iprofs.nl On Mon, Dec 8, 2008 at 12:48 PM, Adam Hardy <[EMAIL PROTECTED]> wrote: > I'm using > > mvn dependency:source -Dclassifier=javadoc > > to try to get maven to retrieve the javadoc jars for all my dependencies > from the central repo and put them into my local repo. > > It's not working though. In fact, it seems that the 'classifier' option is > completely ignored. Maybe I'm barking up the wrong tree here? Doesn't the > example on the plugin website imply this usage with its description: > > "Specify classifier to look for. Example: sources" > > --------------------------------------------------------------------- > 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]
