Eclipse Search for Maven Dependencies not working #1598
Replies: 8 comments
-
I have the same problem. This must be a new issue, since I'm using Eclipse 2023-09 (4.29.0) |
Beta Was this translation helpful? Give feedback.
-
Same problem, cant find solution on mr google |
Beta Was this translation helpful? Give feedback.
-
having the same with Eclipse version 2023-12R.
|
Beta Was this translation helpful? Give feedback.
-
Same here. Tried a lot of things but to no avail. |
Beta Was this translation helpful? Give feedback.
-
Same problem.
|
Beta Was this translation helpful? Give feedback.
-
I was able to find information elsewhere: https://stackoverflow.com/questions/77339316/maven-index-not-available-in-eclipse#comment136343651_77339316 It looks like the functionality if half-broken atm -- if you want to search for something, you should do it in text view by typing something in the section (or ) and hitting auto-complete. I tried it and it seems to work. However I wasn't able to figure out how to see available versions there (except for the latest). If someone knows how, I'd like to know. If that's impossible now, I feel it's a significant step backwards in functionality compared to the previous situation. |
Beta Was this translation helpful? Give feedback.
-
For reference this is completely intended behaviour, as caused by #509 |
Beta Was this translation helpful? Give feedback.
-
Sorry, but this isn't really an answer. You say there are better alternatives available, but what are they? I don't want or need to be a Maven expert; I just want to search for my dependencies without having to know the the Maven coordinates for them. You need to do a better job of explaining how to do that now that the indexer is gone. However, I've already moved on to another development environment and won't be returning to Eclipse. |
Beta Was this translation helpful? Give feedback.
-
Hello,
unfortunately, I can't get Eclipse Search working when searching for Maven Dependencies. I am using the newest Eclipse Build for Java Developers.
I have added two screenshots. I think I have made all the necessary settings in Eclipse Preferences regarding Maven. But when I try to resolve nothing happens. According to others, there should be a workspace-specific download after restarting the IDE when the setting "Download repository index updates on startup" is activated. Should be a somewhat bigger file, but nothing is happening. Even in the status bar, no download is indicated. I have restarted the IDE multiple times. Could someone please assist?
Beta Was this translation helpful? Give feedback.
All reactions