I seem to have to maunally click "Download Sources and Documentation" after each clean install, is there a way to get this to happen by default?
Asked
Active
Viewed 2.6k times
2 Answers
3
Intellij is ultimately using maven to download sources and documentation. So you need to configure maven.
Please see: https://stackoverflow.com/questions/5780758/maven-always-download-sources-and-javadocs
So your sources and javadocs will be automatically downloaded whenever you do clean install.
Rahul Bansal
- 66