Hi, I have defined additional repositories in my settings.xml - works OK. I have manually installed one dependency - OK (it is in my .m2 directory). Problem is, that this dependency is always looked for in all of those additional repositories and Maven complains "Unable to find resource ...".
Build process is slow because of this. Can I tell Maven not to look for this dependency in remote repositories? Anyway, I thought, Maven searches local repository first and it should find it there. Thank you for any help, Lukas -- View this message in context: http://maven.40175.n5.nabble.com/looks-for-manually-installed-in-all-remote-repositories-tp2259297p2259297.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]
