Guys, it seems there is a legal way to disable checked exceptions in Eclipse and maven, if you still interested.
1) patch eclipse jdt compiler: shortcut org.eclipse.jdt.internal.compiler.problem.ProblemReporter.unhandledException() 2) build jdt and eclipse with that change (thought, i made that change in jar using bytecode editor and it worked fine for me) 3) use maven jdt compiler plugin 4) profit ! -- You received this message because you are subscribed to the Google Groups "Java Posse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/javaposse?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
