I'm using Eclipse 20210312-0638
I have unchecked "Download artifact sources" and "Download artifact javadoc" from preferences (First picture). It's still downloading them (2nd picture). Is there any other configuration that I should change?
JavaDoc tool is a document generator tool in Java programming language for generating standard documentation in HTML format. It generates API documentation. It parses the declarations ad documentation in a set of source file describing classes, methods, constructors, and fields.
From the main menu, select Tools | Generate JavaDoc. In the dialog that opens, select a scope — a set of files or directories for which you want to generate the reference, and set the output directory where the generated documentation will be placed.
Someone already filled a bug at Eclipse: https://bugs.eclipse.org/bugs/show_bug.cgi?id=576112
Apparently, it's fixed in M2E, but not yet released. Though, you can update on the latest snapshot as explained here: https://github.com/eclipse-m2e/m2e-core/issues/252#issuecomment-926379620
It solved the issue for me.
Until the release in Eclipse, you must add this update-site: https://download.eclipse.org/technology/m2e/snapshots/1.18.3/latest/
Accoriding to @Nis this is now released in the standard Eclipse update-site, so you don't need to add the preceding update-site anymore
I've managed to stop this by clicking on the red square button near the end of the line with "Download sources and javadoc" progression bar in "Progress" tab. This red button appears for a fraction of a second, so you have to be quick with clicking it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With