Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Satisfy ReadOnlyPluginParametersValidator #494

Merged
merged 1 commit into from
May 22, 2023

Conversation

basil
Copy link
Member

@basil basil commented May 22, 2023

Fixes #493. Also resolves a TODO from 10 years ago. Reference:

https://github.com/apache/maven/blob/29c0a95b0bd105380bb749abfc1a3b188a347005/maven-core/src/main/java/org/apache/maven/plugin/internal/ReadOnlyPluginParametersValidator.java

Testing done

Reproduced the problem as described in #493 before this PR. Was no longer able to reproduce after this PR.

@basil basil added the bug label May 22, 2023
@basil basil merged commit c570f0f into jenkinsci:master May 22, 2023
5 checks passed
@basil basil deleted the ReadOnlyPluginParametersValidator branch May 22, 2023 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parameter pluginName is read-only, must not be used in configuration
1 participant