A Maven POM for building JSR335 code

Posted on Mon 19 December 2011 in Coding • Tagged with closures, defender methods, java8, maven

While playing around with lambdas and defender methods developed within the scope of Project Lambda, I thought I’d create a Maven POM file to facilitate compiling, testing and weaving (the process of making defender methods work in the JVM) of the code I write. The entire project can be …


Continue reading