I didn't know that. Do you know if there's also a way for it to figure out a JavaDoc reference (either downloading a zip or some other way)?
I've never seen this documented, but found it in the source:
http://cvs.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/eclipse/ plugin.jelly?root=Apache-SVN&rev=126755&view=markup
JavaDoc references seem not to be supported, but could be added using the very same mechanism, I guess.
I just noticed that the eclipse plugin will add sourcepath-entries to the generated .classpath file for zip files found in the local repo (e.g. ~/.maven/repository/springframework/src// spring-1.1.5.zip).
Now how do I get them in place? I wouldn't mind dropping them into my own remote repository, but I can't get them to be downloaded.
Cheers, -Ralph.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
