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]>
