This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to annotated tag maven-invoker-plugin-1.1 in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git
commit d31626a8af7c0dbc2578bc752ac59dbf533d8992 Author: Oliver Lamy <ol...@apache.org> AuthorDate: Wed Nov 21 22:57:39 2007 +0000 remove System.out.println git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-invoker-plugin@597242 13f79535-47bb-0310-9956-ffa450edef68 --- src/main/java/org/apache/maven/plugin/invoker/InvokerMojo.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/apache/maven/plugin/invoker/InvokerMojo.java b/src/main/java/org/apache/maven/plugin/invoker/InvokerMojo.java index 7cec502..3c5d486 100644 --- a/src/main/java/org/apache/maven/plugin/invoker/InvokerMojo.java +++ b/src/main/java/org/apache/maven/plugin/invoker/InvokerMojo.java @@ -527,7 +527,6 @@ public class InvokerMojo try { - System.out.println( "invoker == null " + (invoker == null) ); result = invoker.execute( request ); } catch ( final MavenInvocationException e ) -- To stop receiving notification emails like this one, please contact "commits@maven.apache.org" <commits@maven.apache.org>.