-
Notifications
You must be signed in to change notification settings - Fork 86
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
Conversation
@slachiewicz - are you the best person to ask to review this PR (and the proposal behind it #288)? |
@olamy - would you mind reviewing this PR or pointing me to someone who could? Thanks! |
src/test/java/org/codehaus/mojo/flatten/FlattenMojoOmitExclusionsTest.java
Outdated
Show resolved
Hide resolved
please squash to final one commit |
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
Thanks for approving @slawekjaranowski . The commits have now been squashed. Is there anything I need to do from a version change perspective? Should I update the version to 1.3.0-SNAPSHOT - or is this controlled by your build system or some other process? |
Thank you for your help with merging this @slawekjaranowski. Not sure on the convention for creating a new release but I have raised a request via #292 in the first instance. |
PR for #288