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. > tnx, > Luca > > > > On 10/27/05, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > > > > It depends. > > With m2 there's the maven repository plugin. > > With m1 you can create a bundle and use the repository:upload-bundle goal > > or you can do it manually (ftp, ...) > > > > Arnaud > > > > > > > -----Message d'origine----- > > > De : Luca Gmail [mailto:[EMAIL PROTECTED] > > > Envoyé : mercredi 26 octobre 2005 10:09 > > > À : [email protected] > > > Objet : create an entry into internal repository > > > > > > Hi all, > > > > > > I've some jar file and should upload to internal repository. > > > > > > Should I create the"bundle" manually? > > > > > > > > > > > > Tnx, > > > > > > Luca > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > -- jvz. Jason van Zyl jason at maven.org http://maven.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
