Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

Maven Artifact Search -- does it search the maven repo?

$
0
0

Hi, I'm new to IDEA, so please excuse my ignorance.

 

I open the pom.xml file and use Ctrl + Insert to launch the "Maven Artifact Search" dialog box. When I type in my query, "jackson" for example, I get no results. Certain packages like org.springframework.* and org.apache.maven.* are there, but not everything in Maven's central repo shows up.

 

But if I manually input the necessary config for jackson (dependency tags, etc, as listed here: https://github.com/FasterXML/jackson-databind#maven), it works fine. The IDE is able to correctly resolve any missing import statements, auto completes code, etc.

 

My question: is IDEA meant to search maven.org when using "Maven Artifact Search?" Did I incorrectly configure the IDE? Or is this intended functionality?

 

Thanks.


Viewing all articles
Browse latest Browse all 5661

Trending Articles