On Mon, Oct 6, 2008 at 1:07 PM, Reto Bachmann-Gmür <[EMAIL PROTECTED]> wrote: > I would like to automatically switch betwenn online and offline mode > depending on the network interface that i have activated. I've > configured NetworkManager to create a file (/tmp/fast-network-up) > whenever a fast network interface is up, I would like to configure maven > to switch to offline mode when this file is missing.
You could adjust the "mvn" shell script to look for that file and pass in -o (or not) rather than depending on what seem to be bugs in the profile handling, at least as a short-term fix. Wayne
