The searching dependency/plugins functions in eclipse doesn't work, I tried to use the suggested answers here, but just found that the menu options are unavailable to my installation, why is that? see my context menu:
The searching dependency/plugins functions in eclipse doesn't work, I tried to use the suggested answers here, but just found that the menu options are unavailable to my installation, why is that? see my context menu:
pom.xml
tab via code completion by typing something in the<dependencies>
/<plugins>
section. Maven Central provides a search API which is faster than downloading an index. For performance reasons, Eclipse m2e has switched to the API in thepom.xml
tab, but unfortunately in other places the switch is still not finished resulting in broken functionality at those other places. The mentioned answer is quite old and does not apply to current versions.Version: 2023-09 (4.29.0) Build id: 20230907-1323
.