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 plugin management generation for Maven #1544

Closed
wants to merge 1 commit into from

Conversation

mzeijen
Copy link
Contributor

@mzeijen mzeijen commented Jun 17, 2024

This allows writing plugin management plugin elements in the POM within the build and profiles elements.

Being able to add plugin management in the POM is useful when generating multi-module projects, which we do at my company. This allows to define the versions, and other configuration, of plugins within the root module, so that it is inherited by the child modules.

This allows writing plugin management plugin elements in the POM
within the build and profiles elements.
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jun 17, 2024
@mhalbritter mhalbritter changed the title Add plugin management to MavenBuild and MavenProfiles Add plugin management generation for Maven Jun 18, 2024
@mhalbritter mhalbritter added type: enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Jun 18, 2024
mhalbritter pushed a commit that referenced this pull request Jun 21, 2024
This allows writing plugin management plugin elements in the POM
within the build and profiles elements.

See gh-1544
@mhalbritter mhalbritter self-assigned this Jun 21, 2024
@mhalbritter mhalbritter added this to the 0.22.0 milestone Jun 21, 2024
@mhalbritter
Copy link
Contributor

Thanks a lot!

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.

3 participants