Maven has a fair number of conventions that are respected by a lot of its code. 
Trying to work against those conventions is likely to cause problems for you. 
Maybe if you explain what your goal is, we can suggest a more Maven-like way of 
accomplishing the same thing.

On Jul 25, 2013, at 8:58 AM, Kristian Freed <[email protected]> wrote:

> 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

-----------------
Come read my webnovel, Take a Lemon <http://www.takealemon.com>, 
and listen to the Misfile radio play 
<http://www.gold-family.us/audio/misfile.html>!




Reply via email to