提交 f7670ca3 编写于 作者: O Olivier Lamy

cleanup System.out.println

上级 ba251529
......@@ -86,9 +86,6 @@ public class Maven3Launcher
MavenExecutionRequest request = getMavenExecutionRequest( args, container );
hudsonMavenExecutionResult = new HudsonMavenExecutionResult( maven.execute( request ) );
System.out.println("---- mavenExecutionResult ----");
System.out.println( "mavenExecutionResult.getMavenProjectInfos().size() " + hudsonMavenExecutionResult.getMavenProjectInfos().size() );
System.out.println("---- mavenExecutionResult ----");
// we don't care about cli mavenExecutionResult will be study in the the plugin
return 0;// cli.doMain( args, null );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册