Alexander, I would suggest looking into Maven Archiva[1]. Maven Archiva comes with a Maven repository proxy that we used to replace our Maven central repository. We configured then Maven Archiva to proxy the Maven central repository at Ibiblio.
I am not aware of any tools that are explicitly provided to help synching a local repository with an internal one. Sure, rsync is a way to do that. But I am hesitant to establish an automated process that updates an internal repository from a local one. Regarding our own components, I like using the Maven release goal to push them to the internal repository. Andreas [1] http://maven.apache.org/archiva/ -----Original Message----- From: Morgovsky, Alexander (US - Glen Mills) [mailto:[EMAIL PROTECTED] Sent: Sunday, October 01, 2006 6:23 PM To: [email protected] Subject: Creating a shared Maven 2 repository > Thanks Andreas. I would like to extend my question since I now know > what I need to do on the server side. I have a local Maven 2 > repository which has the necessary artifacts for the application. > What is the best way to export this local repository to the shared > Maven repository? Should I use a script like rsync? The alternative > would be to deploy each artifact individually, but this would take a > long time. I would like to know if there is some bulk method for > doing an export of the local repository to a shared repository. > Thanks. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message. Any disclosure, copying, or distribution of this message, or the taking of any action based on it, is strictly prohibited. [v.E.1] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
