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 560f6968f2b512e6e4d7dd071e54c979c591bf28
Author: John Dennis Casey <jdca...@apache.org>
AuthorDate: Tue May 29 15:58:15 2007 +0000

    [MINVOKER-2] Applying patch to keep failures from being counted twice.
    
    git-svn-id: 
https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-invoker-plugin@542574
 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/java/org/apache/maven/plugin/invoker/InvokerMojo.java | 4 ----
 1 file changed, 4 deletions(-)

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 8e3f374..ce530a5 100644
--- a/src/main/java/org/apache/maven/plugin/invoker/InvokerMojo.java
+++ b/src/main/java/org/apache/maven/plugin/invoker/InvokerMojo.java
@@ -591,12 +591,10 @@ public class InvokerMojo
             catch ( final IOException e )
             {
                 result = false;
-                failures.add( pom );
             }
             catch ( final EvalError e )
             {
                 result = false;
-                failures.add( pom );
             }
         }
 
@@ -673,12 +671,10 @@ public class InvokerMojo
             catch ( final IOException e )
             {
                 result = false;
-                failures.add( pom );
             }
             catch ( final EvalError e )
             {
                 result = false;
-                failures.add( pom );
             }
         }
 

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <commits@maven.apache.org>.

Reply via email to