Description: Preserves the compatibility with the version of the Eclipse
 compiler available in Debian. This patch will become obsolete when upgrading
  plexus-compiler to 2.1 or later.
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/plexus-compilers/plexus-compiler-eclipse/src/main/java/org/codehaus/plexus/compiler/eclipse/EclipseJavaCompiler.java
+++ b/plexus-compilers/plexus-compiler-eclipse/src/main/java/org/codehaus/plexus/compiler/eclipse/EclipseJavaCompiler.java
@@ -404,6 +404,11 @@
 
             return result;
         }
+
+        public boolean ignoreOptionalProblems()
+        {
+            return false;
+        }
     }
 
     private class EclipseCompilerINameEnvironment
