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

Maven lifecycle participation fix #5238

Merged

Commits on May 5, 2022

  1. maven: packaging goals fixes

    The collection of packaging goals is a set. Handle war goal as
    no classification.
    
    Signed-off-by: BJ Hargrave <bj@hargrave.dev>
    bjhargrave committed May 5, 2022
    Copy the full SHA
    6ccd33d View commit details
    Browse the repository at this point in the history
  2. maven: Fixes to lifecycle participant execution changing

    Only alter jar plugin executions for jar packaging. Only alter war
    executions for war packaging.
    
    Don't remove execution if one of the executions goals matches.
    First we remove the goals and if no goals are left, we remove the
    execution.
    
    Signed-off-by: BJ Hargrave <bj@hargrave.dev>
    bjhargrave committed May 5, 2022
    Copy the full SHA
    35abc2f View commit details
    Browse the repository at this point in the history