This question would have been more appropriate for the Nexus user list, but I'll answer here as well. For Nexus there are three alternatives:
1. Deploy via the maven-deploy-plugin (deploy-file goal) 2. Deploy through the UI 3. Use Nexus REST API to deploy There is also a possible forth option. You could copy the necessary files (create the right dirs and copy jars and poms) directly to the file system and issue a reindex job in Nexus. Please post follow up questions to the Nexus list! /Anders On Fri, Jul 9, 2010 at 15:58, <[email protected]>wrote: > Hello, > > I was using a repository that was served by maven proxy. Now I will have > to use a new version of maven (2.2.1) with a nexus repo. > > The old repo had libraries that are not in the new one, and I wanted to > take the missing libs from my local maven cache and deploy them on the new > nexus repo. > Another alternative would be to export the libs from the old repo for > importing to the new repo, but I don't know if that is possible. > How do I do that ? > > Thanks in advance > > > > > This message and any attachments (the "message") is > intended solely for the addressees and is confidential. > If you receive this message in error, please delete it and > immediately notify the sender. Any use not in accord with > its purpose, any dissemination or disclosure, either whole > or partial, is prohibited except formal approval. The internet > can not guarantee the integrity of this message. > BNP PARIBAS (and its subsidiaries) shall (will) not > therefore be liable for the message if modified. > Do not print this message unless it is necessary, > consider the environment. > > --------------------------------------------- > > Ce message et toutes les pieces jointes (ci-apres le > "message") sont etablis a l'intention exclusive de ses > destinataires et sont confidentiels. Si vous recevez ce > message par erreur, merci de le detruire et d'en avertir > immediatement l'expediteur. Toute utilisation de ce > message non conforme a sa destination, toute diffusion > ou toute publication, totale ou partielle, est interdite, sauf > autorisation expresse. L'internet ne permettant pas > d'assurer l'integrite de ce message, BNP PARIBAS (et ses > filiales) decline(nt) toute responsabilite au titre de ce > message, dans l'hypothese ou il aurait ete modifie. > N'imprimez ce message que si necessaire, > pensez a l'environnement. >
