How to force IntelliJ to download javadocs with Ma

2019-01-22 11:34发布

I have the following descriptions for some Maven entries in Project Structure:

enter image description here

Javadoc file is really absent in filesystem. Simultaneously, it is present in central repository. Why it was not downloaded and how to download it by force?

UPDATE

These options are ON already:

enter image description here

Have tried to recompile, close/open etc after setting them...

2条回答
叼着烟拽天下
2楼-- · 2019-01-22 12:25

Click on the "maven projects" (make sure tool buttons are on) on the right side of intelij and then click on "Download Documentation".

Also, for future downloading you can go to the File -> Settings -> Build,execution, deployment, -> build tools -> Maven -> importing -> mark "Documentation" checkbox and apply settings

查看更多
干净又极端
3楼-- · 2019-01-22 12:33

Maven Projects panel

Maven Projects tool window > Icon with green arrow and a box > Download Documentation:

enter image description here

See IntelliJ IDEA documentation for Version 14.1 or current version.

查看更多
登录 后发表回答