Closed
Description
Describe your idea
Use https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Parameter.html#property-- so that one can more easily override parameters in child-pom's / on command line.
Expected Behavior
Today you can only configure plugin explicitly in an xml section, making it harder to parameterize behaviour.
Additional context
See other maven plugins for inspiration, for instance surefire.