Skip to content

The enforce-bytecode-version configuration is broken #544

@cstamas

Description

@cstamas

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.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions