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

Add properties for Maven plugin versions #677

Merged
merged 3 commits into from
Jan 19, 2023

Conversation

basil
Copy link
Member

@basil basil commented Jan 19, 2023

jenkinsci/pom defines properties for the versions of Maven plugins, which can be useful when testing a change to a Maven plugin in the contest of a Jenkins plugin build. jenkinsci/plugin-pom lacks this feature. This PR brings jenkinsci/plugin-pom up to feature parity with jenkinsci/pom by defining properties for any Maven plugin versions used in this POM. If the same Maven plugin is used in jenkinsci/pom, the same property name was used for consistency. No version numbers were changed. The integration tests should be sufficient to validate this change.

@basil basil merged commit 0d15080 into jenkinsci:master Jan 19, 2023
@basil basil deleted the plugin-properties branch January 19, 2023 21:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants