mirror of https://github.com/apache/maven.git
o comment out debug output
git-svn-id: https://svn.apache.org/repos/asf/maven/components/branches/MNG-2766@771299 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4ff21e67bd
commit
0337bdb19c
|
@ -183,8 +183,8 @@ public class DefaultLifecycleExecutor
|
|||
try
|
||||
{
|
||||
logger.info( executionDescription( mojoExecution ) );
|
||||
System.out.println( "!!!");
|
||||
System.out.println( mojoExecution.getConfiguration() );
|
||||
// System.out.println( "!!!");
|
||||
// System.out.println( mojoExecution.getConfiguration() );
|
||||
pluginManager.executeMojo( session, mojoExecution );
|
||||
}
|
||||
catch ( PluginExecutionException e )
|
||||
|
|
Loading…
Reference in New Issue