I have a folder full of HTML files that comprise the Spring Framework API documentation, http://docs.spring.io/spring/docs/3.2.4.RELEASE/javadoc-api/.
What I\'d like is
It's very easy.
You can simply right click on your project and go to Maven -> Download JavaDoc, you can also select Maven -> Download Sources
Maven -> Download JavaDoc
Maven -> Download Sources
If for whatever reasons this doesn't work you can also run :
mvn dependency:resolve -Dclassifier=javadoc
and then select Maven -> Update Project ...
Maven -> Update Project ...