Author: jvanzyl Date: Mon May 4 13:22:57 2009 New Revision: 771299 URL: http://svn.apache.org/viewvc?rev=771299&view=rev Log: o comment out debug output
Modified: maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java Modified: maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java URL: http://svn.apache.org/viewvc/maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java?rev=771299&r1=771298&r2=771299&view=diff ============================================================================== --- maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java (original) +++ maven/components/branches/MNG-2766/maven-core/src/main/java/org/apache/maven/lifecycle/DefaultLifecycleExecutor.java Mon May 4 13:22:57 2009 @@ -183,8 +183,8 @@ 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 )