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