Use case for "Enable remote index downloads" #6683
Replies: 1 comment
-
When remote index downloads are disabled NB will only scan your local If you don't use maven much (esp not with maven poms) and/or have storage problems, you can keep remote index downloads disabled. NetBeans won't download anything by default The remote index of maven central is large since it contains information about every java artifact ever released but it is updated incrementally. Updates are usually about 10 MB deltas and run fast. The last screenshot you posted describes what it is used for. If you want to reduce the footprint a bit of the index files you can also enable the filter. E.g if you set it to 2 years it will drop any information older than 2 years while processing the remote index file. This should be ideally enabled before first download. But if you don't need that at all you can leave it disabled. Without remote index, NB will for example only suggest artifact version updates in poms if they happen to be already in your local repository, completion will be also limited to what NB already knows about. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Index < Maven < Java <-- Options < Tools < Menu bar
What happens if i disable this option of "Enable remote index downloads"
What are the situations where one would like to enable this?
Considering that this downloads from repo.maven which is a WHOPPING 2.15 GiB
How does it differ from this feature outlined in OpenBeans "Online Maven support" feature (Quoted below)
“
Java: Online Maven support.
Maven queries will be sent to Maven Central instead of downloading the Maven Central cache which takes GBs of your disk.
„
Screenshots:
Beta Was this translation helpful? Give feedback.
All reactions