Use the <jar> tag inside <dependency> so:
<dependency> <id>ejb</id> <version>2.0</version> <jar>ejb.jar</jar> </dependency> 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]>
