Re: [Archiva] Comment on Local Repository Format Reading for DefaultMetadataDiscoverer

2007-01-31 Thread Ole Ersoy
Sorry - Substitute maven-metadata.xml where I have repository-metadata.xml. Cheers, - Ole --- Ole Ersoy <[EMAIL PROTECTED]> wrote: > Yes to the index of local repository part. > > [CONTEXT] > My immidiate plan is to mirror the Ibiblio > repository > so that it's local. > > Then set the mirro

Re: [Archiva] Comment on Local Repository Format Reading for DefaultMetadataDiscoverer

2007-01-31 Thread Ole Ersoy
Yes to the index of local repository part. [CONTEXT] My immidiate plan is to mirror the Ibiblio repository so that it's local. Then set the mirrors base directory on the plugin. Then the plugin will produce a repository-metadata.xml (Version 2) per a JIRA entry I submitted. This will be placed

Re: [Archiva] Comment on Local Repository Format Reading for DefaultMetadataDiscoverer

2007-01-30 Thread Brett Porter
would they use this against an index on their local repository, or by querying a remote archiva instance? I do think we need to index the local metadata anyway so that the code can be used from other tools. - Brett On 31/01/2007, at 3:37 PM, Ole Ersoy wrote: Hi, I'm going through the De

[Archiva] Comment on Local Repository Format Reading for DefaultMetadataDiscoverer

2007-01-30 Thread Ole Ersoy
Hi, I'm going through the DefaultMetadataDiscoverer, and noticed this todo: * @todo Note that only the remote format is supported at this time: you cannot search local repository metadata due * to the way it is later loaded in the searchers. Review code using pathOfRemoteMetadata. IS th