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

Fix #288 Add configuration option to omit dependency exclusions stanzas from flattened POM #289

Merged
merged 1 commit into from Aug 5, 2022

Commits on Aug 4, 2022

  1. Add configuration option to omit exclusions from flattened POMs

    Introduces a new 'omitExclusions' configuration option that is false by default to maintain backwards compatible behaviour. When this new configuration option is explicitly set to true then this will result in the flattened POM omitting all exclusions stanzas from the dependency stanzas.
    
    Fixes mojohaus#288
    Joseph Leonard committed Aug 4, 2022
    Copy the full SHA
    bc688e8 View commit details
    Browse the repository at this point in the history