0
votes

I have a Java-Maven project imported in Eclipse. When I right click on the Project > Maven > Update Project, I see "Update Dependencies" option greyed out(not accessible) but "Force Update of Snapshots/Release" option accessible.

Eclipse version - "Eclipse IDE for Enterprise Java Developers, Version: 2019-03 (4.11.0)"

Mac operation system is used.

I have tried "mvn eclipse:eclipse" on the project via cmd, "mvn clean install" and all dependencies are showing fine.

I want to understand why is "Update Dependencies" greyed out and what can be done to fix this.

1

1 Answers

0
votes

On this thread on the m2e mailing list, someone asked "What does the 'greyed out' update dependencies symbolize?" And the developer answered that "this action always updates dependencies and there is no way to disable that. (https://www.eclipse.org/lists/m2e-dev/msg00904.html).

So, there's nothing we can do about it.