Is anyone using Retrolambda for a Google App Engine project? What does your pom.xml look like?
It's straightforward to compile for JDK8 and set up retrolambda's maven plugin. However, to deploy to GAE, Google's appengine-maven-plugin needs to be run under JDK7 otherwise it will compile JSP files into a format that breaks in production.
How can I use JDK8+retrolambda for compilation, but JDK7 for appengine:update?