How did you install it in your local repo? Wit install:install-file or manually? I'm guessing here, but could it be that the local metadata files don't include this version of the artifact and therefore Maven will go remote?
/Anders On Fri, Jul 30, 2010 at 11:18, Lukin <[email protected]> wrote: > > Thank you for your reply. > > It is not snapshot, > I have defined it this way: > > <dependency> > <groupId>com.microsoft</groupId> > <artifactId>sqljdbc4</artifactId> > <version>2</version> > </dependency> > > it is located in my .m2\repository\com\microsoft\sqljdbc4\2\sqljdbc4-2.jar > -- > View this message in context: > http://maven.40175.n5.nabble.com/looks-for-manually-installed-in-all-remote-repositories-tp2259297p2259343.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
