The question is not concerning the SHARED tag for a jar. When I define maven.repo.remote = file:///d:/projects/BPMS/lib it tries to find the jar files at d:/projects/BPMS/lib/inet/jars/inet-1.0.jar. It should be looking for that jar at d:/projects/BPMS/lib/inet-1.0.jar.
Is there some setting I need to change to get it to handle this correctly? > -----Original Message----- > From: Jason van Zyl [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, August 13, 2002 8:57 AM > To: Turbine Maven Users List > Subject: Re: Dependency checking > > On Tue, 2002-08-13 at 09:34, Chris Widhelm wrote: > > I was under the impression, based off of previous conversations, that > when > > using a file system repository for jars it would not look for the > > <id>/jars/<id>-<version>.jar. Is this an incorrect understanding? > > > > Thanks, > > Maven will look in your local repository for a dependency. If the > dependency is SNAPSHOT then Maven will attempt to update it. If you have > the dependency in your local repository then Maven won't download it. > > > Chris > > > > -- > > 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]>
