luontola / retrolambda

Backport of Java 8's lambda expressions to Java 7, 6 and 5
Apache License 2.0
3.54k stars 227 forks source link

Add plugin property "skip" to enable conditional skipping #172

Open kohlschuetter opened 11 months ago

kohlschuetter commented 11 months ago

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.

luontola commented 11 months ago

Requires a test case for this feature.