This question might have been asked before.
Every time I open my eclipse it takes forever to update the Maven repo indexes.
I do not have any Maven Plugin installed on it but still does it.
Does anyone know how to disable this feature because this is becoming pain for me.
thanks
The file that this is downloading is an index of all the available dependencies available in the Maven central repository for use in Maven-enabled projects, allowing them to be easily chosen and searched against within the Eclipse UI. It is mainly a user convenience, and isn't mandatory.
If you for example change important plugin settings, such as the output java version, you will find that Eclipse will ask you to update the project and afterwards the configured Java runtime in the project will have changed to reflect what your Maven pom indicates.
Window -> Preferences -> Maven -> Download repository index updates on startup (uncheck)
maybe also useful for you
Window -> Preferences -> Maven -> Do not automatically update dependencies from remote repositories (check)
To Disable index update eclipse . It shows always.
Step 1
Go Window Tab->Preferences -> Maven
Step 2
Unchecked
Step 3
Click Ok- >Restart Eclipse
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