Stopping Maven index update eclipse

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


Solution 1:

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)

Solution 2:

To Disable index update eclipse . It shows enter image description here always.

Step 1

Go Window Tab->Preferences -> Maven

Step 2

Unchecked

  • Download repository index updates on startup
  • Do not automatically update dependencies from remote repositories

enter image description here

enter image description here

Step 3

Click Ok- >Restart Eclipse