I am converting a project to use Ant/maven-ant-tasks. I have a local repository in $HOME/.m2, an enterprise repository on a local machine on the LAN, and I have listed several global repositories (http://repo2.maven.org/, etc.).
If I am out of the office, is there a way to have Maven skip the enterprise repository in it searching for dependency resolutions?
Thanks.