On Tue, 2002-10-08 at 10:57, Vincent Massol wrote: > > > -----Original Message----- > > From: Jason van Zyl [mailto:[EMAIL PROTECTED]] > > Sent: 08 October 2002 15:31 > > To: Turbine Maven Developers List > > Subject: RE: md5 on ibiblio remote repo? > > > > On Tue, 2002-10-08 at 10:18, Vincent Massol wrote: > > > Ok, I haven found the answer ... by looking at the create-checksum > > > script on ibiblio... > > > > That was just to tag all the existing JARs. When JARs are uploaded the > > checksum is created. > > I don't get it. Do you mean there is a maven plugin to upload jars?
The 'deploy' plugin has been there for quite some time and prior to that goals for moving the JARs to the repository. > I > understand for the jar that your project produces but not for other > non-maven projects. > > For example, what I just did was to scp the cactus jar to ibiblio and > then run the md5sum command. Isn't that the way to do it ? Is there a > maven goal like: > > "maven deploy:jar cactus:cactus 1.5-SNAPSHOT" Yes. maven jar:deploy maven jar:deploy-snapshot > which will copy the maven.repo.local/cactus/jars/cactus-1.5-SNAPSHOT.jar > file to ibiblio ? > > Thanks > -Vincent > > > > > > > -Vincent > > > > > > > -----Original Message----- > > > > From: Vincent Massol [mailto:[EMAIL PROTECTED]] > > > > Sent: 08 October 2002 15:01 > > > > To: 'Turbine Maven Developers List' > > > > Subject: md5 on ibiblio remote repo? > > > > > > > > Hi, > > > > > > > > I've just noticed that all jars now have md5 signatures on > ibiblio. > > > > What's the procedure to upload a new jar now? > > > > > > > > Thanks > > > > -Vincent > > > > > > > > > > > > > > > > -- > > > > To unsubscribe, e-mail: <mailto:turbine-maven-dev- > > > > [EMAIL PROTECTED]> > > > > For additional commands, e-mail: <mailto:turbine-maven-dev- > > > > [EMAIL PROTECTED]> > > > > > > > > > > > > -- > > > To unsubscribe, e-mail: <mailto:turbine-maven-dev- > > [EMAIL PROTECTED]> > > > For additional commands, e-mail: <mailto:turbine-maven-dev- > > [EMAIL PROTECTED]> > > -- > > jvz. > > > > Jason van Zyl > > [EMAIL PROTECTED] > > http://tambora.zenplex.org > > > > In short, man creates for himself a new religion of a rational > > and technical order to justify his work and to be justified in it. > > > > -- Jacques Ellul, The Technological Society > > > > > > -- > > To unsubscribe, e-mail: <mailto:turbine-maven-dev- > > [EMAIL PROTECTED]> > > For additional commands, e-mail: <mailto:turbine-maven-dev- > > [EMAIL PROTECTED]> > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
