I'm trying to do the same thing. I understand about installing locally, but what should I use as a default for the pom file? Is there a template available somewhere?
Thanks, Rich -----Original Message----- From: Frank Russo [mailto:[EMAIL PROTECTED] Sent: Friday, December 02, 2005 1:10 PM To: Maven Users List Subject: RE: [m2] How to install 3rd party libraries to remote repository You install them locally, first, along with their .pom files (which you have to create). Then ftp, or copy depending on network access, to the company repository. I assume you could install maven on the repository server and treat it as a local repository, but I think that's overkill... -----Original Message----- From: Mordo, Aviran (EXP N-NANNATEK) [mailto:[EMAIL PROTECTED] Sent: Friday, December 02, 2005 10:35 AM To: Maven Users List Subject: [m2] How to install 3rd party libraries to remote repository I have set up a corporate remote repository, in which we plan to put our artifacts and 3rd party dependencies. I could not find how to install 3rd party jar files into the remote repository. The mvn install:install-file goal only installs to the local repository. Can anyone tell me how to install 3rd party libraries to a remote repository ? Thanks, Aviran --------------------------------------------------------------------- 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] NOTICE: This message, including any attachments, is intended for the use of the party to which it is addressed and may contain information that is privileged, confidential and exempt from disclosure. If you are not the intended recipient, any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately by reply e-mail, and delete the original and any copies of this message. It is the sole responsibility of the recipient to ensure that this message and any attachments are virus free. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
