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:
Jason van Zyl 2009-05-04 13:22:57 +00:00
parent 4ff21e67bd
commit 0337bdb19c

View File

@ -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 )