Skip to content

Commit

Permalink
Satisfy ReadOnlyPluginParametersValidator (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed May 22, 2023
1 parent 7470269 commit c570f0f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,8 @@ public abstract class AbstractHpiMojo extends AbstractJenkinsMojo {
* Name of the plugin that Jenkins uses for display purpose.
* It should be one line text.
*/
@Parameter(defaultValue = "${project.name}", readonly = true)
@Parameter(defaultValue = "${project.name}")
protected String pluginName;
// TODO why is this read-only, surely I should be able to override

/**
* Additional information that accompanies the version number of the plugin.
Expand Down

0 comments on commit c570f0f

Please sign in to comment.