Re: Generating a Maven2 Repository RPM Mirror

2007-01-18 Thread Carlos Sanchez
archiva has already code that indexes the repo, you may take a look there On 1/18/07, Ole Ersoy <[EMAIL PROTECTED]> wrote: Hey Wayne, Thanks for the tip. I thought that was the case, just wanted to be sure. Yes, I am planning on generating an RPM mirror of the entire ibiblio repo. So I'll us

Re: Generating a Maven2 Repository RPM Mirror

2007-01-18 Thread Ole Ersoy
Hey Wayne, Thanks for the tip. I thought that was the case, just wanted to be sure. Yes, I am planning on generating an RPM mirror of the entire ibiblio repo. So I'll use your approach (Using a mojo) to write the "global" maven-metadata.xml file. Then suck that into a mojo, that generates the

Generating a Maven2 Repository RPM Mirror

2007-01-17 Thread Ole Ersoy
Hi, I need to generate an RPM mirror of the maven repository. I was hoping to do this by reading something like a meta-data.xml file in the Maven repository, that contains a list of all the projects in the repository, their corresponding artifactId, groupId, and version (And checksum would be r