Whenever I'd like to check whether some dependencies of my project have newer versions, at the end I allways find myself googling after it. My problem is independent from the given version of Eclipse, it's been presense since I use this IDE.
I have the naive (natural?) expectation that the content assist in the POM editor would list ALL available versions, but it only lists the ones already existing in my .m2 folder. Google didn't help me, found no answers either here. Neither playing around with settings did the trick.
Could anyone give me a hint at least on a proper search string?
EDIT
Index download is enabled. Under 'googling' above I meant searching maven.org. After scrambling the proxy settings, maven log contained lines like
!MESSAGE Unable to update index for central|https://repo.maven.apache.org/maven2
That gave me the ultimate idea where to search.
I have no idea where the index is stored on my computer, but the fact that https://repo.maven.apache.org/maven2 is somehow processed implies that my Eclipse should know about all versions, but keeps its secrets.