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 support for the inherited option on Maven plugins #1543

Closed
wants to merge 1 commit into from

Conversation

mzeijen
Copy link
Contributor

@mzeijen mzeijen commented Jun 17, 2024

This allows writing the inherited element of a Maven plugin to the POM with the false value. When true, the inherited element is not written as it is the default value.

The inherited element in useful when generating multi-module projects, which we do at my company, as it allows to add Maven plugins of which the configuration should not be inherited by the child modules.

This allows writing the inherited element of a Maven plugin to the POM
with the false value. When true, the inherited element is not written
as it is the default value.
@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 added type: enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Jun 17, 2024
@mhalbritter mhalbritter changed the title Add inherited to MavenPlugin Add support for the inherited option on Maven plugins Jun 17, 2024
mhalbritter pushed a commit that referenced this pull request Jun 21, 2024
This allows writing the inherited element of a Maven plugin to the POM
with the false value. When true, the inherited element is not written
as it is the default value.

See gh-1543
mhalbritter added a commit that referenced this pull request Jun 21, 2024
@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

Thank you very much and congratulations on your first contribution 🎉!

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