continuum 1.0.2 didn't use settings.xml.
Can you send your settings.xml?
The NPE appears only in debug mode. You can change the log level at the end of
apps/continuum/conf/application.xml with something like this:
<level>
<hierarchy>org.apache.maven.continuum.execution.maven.m2.MavenBuilderHelper</hierarchy>
<level>INFO</level>
</level>
or
<level>
<hierarchy>org.apache.maven.continuum.execution.maven.m2.DefaultMavenBuilderHelper</hierarchy>
<level>INFO</level>
</level>
or change the global threshold to INFO
Emmanuel
LECAN Damien a écrit :
It seems you have something wrong in your settings.xml in
profile part.
How to know what is it wrong ?
It works perfectly with Continuum 1.0.2 (M2 2.0.4)
Damien