Well according to http://jira.codehaus.org/browse/MECLIPSE-33 the Javadoc jar isn't download when a source jar is found, which makes sense because you don't need it. Otherwise, the Javadoc jar gets automatically downloaded.
If you still want the Javadoc jar to get included, I *think* you could use the dependency classifier element but you should search in the archives of this list to find more about it. On 4/20/06, Luca Gmail <[EMAIL PROTECTED]> wrote: > Hi all, > i use 'mvn -DperformRelease deploy' to deploy in my internal repo javadoc > and source of my artifact. > I created a project in eclipse wich have a dependency to artifact mentioned > above. > When I run 'mvn -Declipse.downloadSources=true eclipse:eclipse' I see in > eclipse that the dependency is bind to the source. > How can I bind javadoc too? > > Tnx, > Luca > > > --------------------------------------------------------------------- > 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]
