Further to this though, would you want to assume that the jar ends in .jar?
There are still people shipping .zip's around :( On Wed, 26 Jun 2002, Markus M. May wrote: > Hello Jason, > I fully understand your point. But think about the scenario, where you have > bought some kind of software and this software has an API which you would > like to use. Would you rename their jar file? > Anyway, I think it would be a good idea to take the id as the name alone, > if the version is not provided. > > Maven is a real good tool and I would be very interested in providing help. > > Markus > > At 14:53 26.06.2002 -0400, you wrote: > >On Wed, 2002-06-26 at 14:52, Henri Yandell wrote: > > > Use the <jar> tag inside <dependency> > > > > > > so: > > > > > > <dependency> > > > <id>ejb</id> > > > <version>2.0</version> > > > <jar>ejb.jar</jar> > > > </dependency> > > > >Your updates won't work properly using a name that is not > >distinguishable from one version to the other. And currently the only > >way to do this is with the version in the name of the jar. > > > > > it might go away in the future, but works now. > > > > > > On Wed, 26 Jun 2002, Markus M. May wrote: > > > > > > > Hello to everbody, > > > > I am currently working with Maven and a new project I am going to > > create. I > > > > would like to use the dependencies to download a jar file without any > > > > version information (ejb.jar) out of the repository. Do > > > > I really have to rename the jar file? > > > > > > > > regards, > > > > > > > > Markus > > > > > > > > > > > > -- > > > > To unsubscribe, > > e-mail: <mailto:[EMAIL PROTECTED]> > > > > For additional commands, e-mail: > > <mailto:[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]> > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
