1

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:

enter image description here

3
  • You can directly search for dependencies and Maven Plugins in the 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 the pom.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.
    – howlger
    Commented Oct 22, 2023 at 9:51
  • It would be great if you could mention what version you're on.
    – nitind
    Commented Oct 22, 2023 at 23:21
  • Oh sorry, the version my installation is Version: 2023-09 (4.29.0) Build id: 20230907-1323.
    – fluter
    Commented Oct 23, 2023 at 0:09

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Browse other questions tagged or ask your own question.