NOTE: This appears to be a limit in the \"javac\" program.
I have Java 6 code that needs to be built for a Java 5 JVM. My previous work with the javac ant target (
The limitation is in javac. The solution is to tell maven to use another compiler. See question for details.