On 8/23/07, Chris Helck <[EMAIL PROTECTED]> wrote: > I need to populate an inhouse repository so it can act as a stand alone > repository. It needs to include the standard maven plugins. I don't want > to rsync Ibiblio. > > I've tried using the assembly plugin to create a repository but it does > not include the plugins. > > What should I do?
You don't mention a reason for not wanting to rsync ibiblio. Size? Security? Governance? If it's just that you don't want the whole thing, you can use one of the repository managers to proxy the central repository, establishing an internal cache of the artifacts you use. Archiva, Artifactory and Proximity are examples. I'm fairly sure there is a tool somewhere that will "convert" a local repository into a remote one. (The metadata is different.) Otherwise, let us know more about your requirements. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
