How can I generally add javadoc in eclipse for different packages.
As an example: I want to add all the javadoc for hibernate in eclipse, but I don\'t know how.
Run
mvn eclipse:eclipse -DdownloadJavadocs=true -DdownloadSources=true
and refresh your eclipse module. Voila! No need for any eclipse plugins (unless you are already using them).