You must copy your settings.xml in
${continuum.home}/bin/YOUR_OS/conf/settings.xml.
Absolute path of settings.xml is written in your continuum logs.
Why don't you define it in ${user.home}/.m2/settings.xml?
Emmanuel
Michael Böckling a écrit :
Hi,
in have a settings.xml in my maven installation directory where I define
an active profile:
<activeProfile>dev</activeProfile>
My SCM information in the POM depend on a profile being activated,
because I want to be able to switch between different repository roots
depending on the environment (dev/int/prod).
When I try to import a project to Continuum, the profile does not get
activated, because the settings.xml in the Maven installation directory
is obviously not being read, resulting in a SCM url like this:
"${curr-scm-root}Build/Parent-Project". The property ${curr-scm-root}is
not interpolated, because the profile is not activated.
Is there a way to configure Continuum such that it reads
maven-2.0.2/conf/settings.xml, or must I copy settings.xml somewhere in
my continuum installation so it gets picked up?
Regards,
Michael