retrolambda
retrolambda copied to clipboard
Add plugin property "skip" to enable conditional skipping
Unlike many other Maven plugins, retrolambda-maven-plugin currently lacks an option to programmatically skip execution via property.
This complicates the workflow in certain envrionments.
Add a configuration option "skip", which is false by default.
Requires a test case for this feature.