retrolambda icon indicating copy to clipboard operation
retrolambda copied to clipboard

Add plugin property "skip" to enable conditional skipping

Open kohlschuetter opened this issue 2 years ago • 1 comments

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.

kohlschuetter avatar Sep 25 '23 19:09 kohlschuetter

Requires a test case for this feature.

luontola avatar Sep 25 '23 21:09 luontola