From http://maven.apache.org/guides/introduction/introduction-to-repositories.htm l
Deploying to the Internal Repository One of the most important reasons to have one or more internal repositories is to be able to publish your own private releases to share. To publish to the repository, you will need to have access via one of SCP, SFTP, FTP, or the filesystem. For example, to set up an SCP transfer. ~~ show the scp example. ... so if 2+2=4 then to deploy I need to install to my local repository and then transfering to the internal repository via ftp or something else. -----Original Message----- From: Jörg Schaible [mailto:[EMAIL PROTECTED] Sent: giovedì 27 ottobre 2005 18.02 To: Maven Users List Subject: RE: [m2]create an entry into internal repository Hi Jason, Jason van Zyl wrote on Thursday, October 27, 2005 5:57 PM: > On Thu, 2005-10-27 at 10:23 +0200, luca rasconi wrote: >> im using m2 (subject modified :-) ). >> well, >> i've myjarfile-1.0.jar and i've a > http://myhost/myreposytory i would >> use as my internal repository. i understand that every artifact >> should have a proper structure of directory and file, something like >> this: myjarfile/myjarfile/1.0/ with the file myjarfile.pom and the >> myjarfile-1.0.jar. >> >> So im asking if there's a way, starting from a jar file, to produce >> such a proper structure of directory anf file. > > http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html > > At the bottom of that guide is an install method. I'll move > this bit to a more general place. How do I deploy them? Using an internal repo for the company, they should be installed only once ... - Jörg --------------------------------------------------------------------- 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]
