Hi, In a current project, by convention, we use 1.0-LOCAL-SNAPSHOT as the default version for local builds, producing official builds only through our CI server. This works well but during local builds, Maven will needlessly look for these versions in external repositories, slowing the build down.
Is there a way to configure Maven never to look for specific versions outside the local .m2 cache to avoid this slowdown? Regards, Kristian
