"Add a Maven dependency": The most recent version doesn't show up

已回答

Steps to reproduce:

  • Create a new Maven project using “org.apache.maven.archetypes:maven-archetype-quickstart”
  • Inside the pom.xml: Right click → Generate → Dependency → Search For Artifact: Enter “org.springframework:spring-core”
  • As seen in the screenshot below, the most recent version shown is “6.2.2”.

However, according to https://mvnrepository.com/artifact/org.springframework/spring-core the most recent stable version is 6.2.5 and the most recent version in general is 7.0.0-M3. I would have expected the X most recent versions to be shown in descending order with an option to load more versions to be shown.

Am I missing something here? Thank you!

0

Hello!

Thank you for reporting this!

This is a known issue described in IDEA-354528.

We are looking into implementing the changes, that would allow IDEA to display more accurate and relevant Artifact Search results.

0

请先登录再写评论。