You can use the Nexus index that is provided by central and Nexus hosted repositories. This is the most common index that would have everything in it. Otherwise you'd be looking at crawling the remote repo. While the index is a lucene index at it's core, the most reliable way is via the api. The code can be found here: http://svn.sonatype.org/nexus/trunk/nexus-indexer
-----Original Message----- From: João Paulo Mafra [mailto:[EMAIL PROTECTED] Sent: Saturday, November 08, 2008 11:09 AM To: [email protected] Subject: How to get available libraries in a remote repository Hi, I'm new to maven plugin development, and I creating a plugin that needs to get information about all available libraries in a maven remote repository. There is any xml that has metadata about that? Or how I get that information inside a mojo? Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
