I'm not aware of any "file" which contains this kind of information.
All of this information already exists in the local repo itself -- the
repo is the documentation in and of itself -- you just have to look at
every single file in the repo to build it up. The checksums are in the
.sha1 and .md5 files and the *.pom files will give you the information
you need about the artifactId, groupId, and version.

So it sounds like step one of your project is to write some code (Perl
etc) that scans the local repo and generates this meta-data.xml file
you're looking for. Unless of course you're talking about generating a
RPM mirror of the Maven repo hosted at ibiblio or another site, which
would certainly complicate things a bit.

Wayne

On 1/17/07, Ole Ersoy <[EMAIL PROTECTED]> wrote:
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 really nice if there.).

Anywone know if this type of information exists in the
Maven repository?

Thanks,
- Ole




____________________________________________________________________________________
Sucker-punch spam with award-winning protection.
Try the free Yahoo! Mail Beta.
http://advision.webevents.yahoo.com/mailbeta/features_spam.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to