Re: How to get available libraries in a remote repository

2008-11-08 Thread João Paulo Mafra
ailto:[EMAIL PROTECTED] > Sent: Saturday, November 08, 2008 11:09 AM > To: dev@maven.apache.org > 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

RE: How to get available libraries in a remote repository

2008-11-08 Thread Brian E. Fox
ia 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: dev@maven.apache.org Subject: How to get available libraries in a remote repository Hi

How to get available libraries in a remote repository

2008-11-08 Thread João Paulo Mafra
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