luontola / retrolambda

Backport of Java 8's lambda expressions to Java 7, 6 and 5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add target directory configuration option to maven plugin

DirkMahler opened this issue · comments

I'm currently working on a project which shall be compiled using Java 8 and artifacts shall be made available for Java 8 and Java 7. According to the documentation the current plugin always overwrites the existing class files - it would be good to be able to specify an output directory as a configuration option.

This is now possible in Retrolambda 1.3.0

Great, thanks for implementing it!