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

Define releaseProfiles in <plugins> section rather than <pluginManagement> section #380

Merged
merged 1 commit into from
Jan 20, 2023

Conversation

basil
Copy link
Member

@basil basil commented Jan 19, 2023

Almost all actual plugin configuration in this POM happens in the <plugins> section rather than the <pluginManagement> section, which is mostly used to just define versions. This PR makes maven-release-plugin internally consistent within this repository. As a bonus it matches the way it is done in the plugin POM as well. We also swapped the order of the two elements in the list to match the order in plugin-pom.

@basil basil added the internal label Jan 19, 2023
@basil basil merged commit 7c247a6 into jenkinsci:master Jan 20, 2023
@basil basil deleted the releaseProfiles branch January 20, 2023 08:34
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.

2 participants