check out the <jar> tag in the <dependency> element. There you can specify a jar file name. Also check out the maven.jar.override directive.
On Tue, 09 Nov 2004 11:54:36 +0100, Michael Niemaz <[EMAIL PROTECTED]> wrote: > Hi, > Is it possible to specify a local dependency instead of a remote one? > The reason is that some resources that my project is using are, for > the moment, > not to be acceesible by anyone from outside ... but i'd still want > to use maven > to ease the ditribution process of my project. > I looked at the <dependencies> element but couldn't figure out how > to specify a > local path. > Any idea? > > Thanx, > > --mike > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
