>> [ERROR] Failure executing javac, but could not parse the error:
>> javac: invalid target release: 1.7
>> Usage: javac <options> <source files>
>> use -help for a list of possible options

This error message comes directly from javac and means "Maven tried to
call me with -target 1.7 but I can't do that." This is not a Maven
error but merely being reported by Maven.

Upgrade to JDK7 on Mac and you should have no such issues. Or change
the code so it does not require JDK7 and change the pom.xml
configuration.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to