plugin: CheckMojo: provide name for parameter 'level'
This commit is contained in:
parent
6969d5459a
commit
0e0d2cc3c9
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ public class CheckMojo extends AbstractMojo {
|
|||
@Parameter(defaultValue = "${localRepository}", readonly = true, required = true)
|
||||
private ArtifactRepository artifactRepository;
|
||||
|
||||
@Parameter(defaultValue = "5-complexity", readonly = true)
|
||||
@Parameter(name = "level", defaultValue = "5-complexity", readonly = true)
|
||||
private String level = "5-complexity";
|
||||
|
||||
@Setter
|
||||
|
|
Loading…
Reference in a new issue