On Tue, Mar 31, 2009 at 5:17 PM, L. J. <[email protected]> wrote: > We want to separate settings.xml from 2 Continuum instances running on the > same machine. Is it configurable?
I haven't tried it, but you might consider removing ~/.m2/settings.xml (since it will be shared) and instead using conf/settings.xml in two Maven installations. Set the PATH before starting Continuum to make sure each instance uses the right settings. (You can also set up Build Environments with different versions of Maven, JDK, etc.) -- Wendy
