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

[MPOM-270] Fix enforcer plugin #32

Merged
merged 2 commits into from
Oct 15, 2021
Merged

[MPOM-270] Fix enforcer plugin #32

merged 2 commits into from
Oct 15, 2021

Commits on Oct 14, 2021

  1. Fix enforcer plugin

    Enforcer as is causes that downstream in case of update
    POM must completely redefine plugin, thus, loosing all
    the benefits of parent POM pluginMgmt.
    
    Move plugin definition to pluginMgmt instead to fully
    define it and it's dependines in plugin section. Keep
    execution in plugin section.
    
    Update to latest enforcer as well.
    
    ------
    
    See for example apache/maven-resolver#129
    cstamas committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    b23ddfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54a7ea6 View commit details
    Browse the repository at this point in the history