hunting maven dependencies

Posted by Tom on Stack Overflow See other posts from Stack Overflow or by Tom
Published on 2010-05-25T22:09:59Z Indexed on 2010/05/25 22:21 UTC
Read the original article Hit count: 165

I want to start using maven in code I distribute but I can't find an efficient way to work with dependencies. Every new dependency takes me far too long to add.

As a simple example, I need to add Tomcat for compilation. Do I really have to manually trawl the repo in my browser to find the group-id, artifact-id and version number?

In every case it seems easier to find the non-maven downloads. I hope I've missed something obvious.

© Stack Overflow or respective owner

Related posts about maven

Related posts about dependency-management