提交 5c584fe1 编写于 作者: O Olivier Lamy

use System.out only debug is activated

上级 24cc8814
...@@ -815,7 +815,9 @@ public class MavenModuleSetBuild extends AbstractMavenBuild<MavenModuleSet,Maven ...@@ -815,7 +815,9 @@ public class MavenModuleSetBuild extends AbstractMavenBuild<MavenModuleSet,Maven
@Override @Override
public Result call() throws IOException { public Result call() throws IOException {
try { try {
System.out.println("Builder extends MavenBuilder in call " + Thread.currentThread().getContextClassLoader()); if (debug) {
listener.getLogger().println("Builder extends MavenBuilder in call " + Thread.currentThread().getContextClassLoader());
}
return super.call(); return super.call();
} finally { } finally {
if(lastProxy!=null) if(lastProxy!=null)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册