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

use System.out only debug is activated

上级 24cc8814
......@@ -815,7 +815,9 @@ public class MavenModuleSetBuild extends AbstractMavenBuild<MavenModuleSet,Maven
@Override
public Result call() throws IOException {
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();
} finally {
if(lastProxy!=null)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册