Can intellij be set to automatically "Download Sources and Documentation"

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?

0

2 Answers

It is also a setting on the Import Project/Module screen, or available via settings under Maven > Importing: Automatically download sources/documentation

If you want to change this setting across all projects change the above option in File > Other Settings > Default Settings

0

Intellij is ultimately using maven to download sources and documentation. So you need to configure maven.

Please see:

So your sources and javadocs will be automatically downloaded whenever you do clean install.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like