Affected version
47
Bug description
The Enforcer plugin configuration for execution enforce-bytecode-version is wrong.
Config is:
<ignoredScopes>test</ignoredScopes>
instead of expected
<ignoredScopes>
<ignoredScope>test</ignoredScope>
</ignoredScopes>
This silently works, but prevents any kind of override. mvnd wants to add "provided" scope as well, but cannot, only if fully overrides whole configuration for given execution ID.