mirror of
https://github.com/apache/maven.git
synced 2025-02-07 02:29:10 +00:00
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 @@ private void executeGoal( String task, MavenSession session, MavenProject projec
|
||||
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…
x
Reference in New Issue
Block a user