In the course of trying to make sense of the Maven repository, I threw together a quick application to search for Maven artifacts. It’s nothing special at the moment, but at least it is a start. MVN Registry currently allows you to search for artifacts. Type in “struts” or “weblogic”, and the search interface will retrieve every artifact that has a matching substring. The interface than links directly to the ibiblio.org m2 repository.
Enter at your own rish, http://www.mavenregistry.com is an alpha.


nice page, IMO, you know what would be awesome, and easy to implement? adding a column with the xml snippet of the dependency, so you have it ready for copy/paste it into pom
Miguel, ask and you shall receive. I've added the ability to create dependency XML from a version link. Search for an artifact, and then click "depxml", this is an XML snippet that can be pasted directly into your pom.xml.
It is to far away from the IDE. Take a look at this ones:
http://www.jroller.com/page/eu?entry=need_jar_here_it_is
http://www.jroller.com/page/eu?entry=searching_classes_in_jars
One more requirement: please also search the snapshot repository at http://snapshots.maven.codehaus.org/maven2, it is very hard for people not to look into the snapshot repository to grab a yet-not-released plugin with some bugs fixed.
Thanks a lot!
Any chance we might see the code for this app? We've got an internal Maven repository, so it would be nice to have our own internal deployment of MVN Registry.
There's a similar solution already out there:
http://mvnrepository.com/
It provides the XML snippet for the dependency to cut-n-paste in your pom.xml requested by Miguel.