You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Henning Schmiedehausen (Jira)" <ji...@apache.org> on 2022/12/17 00:59:00 UTC

[jira] [Created] (MNG-7633) Add process-package lifecycle phase

Henning Schmiedehausen created MNG-7633:
-------------------------------------------

             Summary: Add process-package lifecycle phase
                 Key: MNG-7633
                 URL: https://issues.apache.org/jira/browse/MNG-7633
             Project: Maven
          Issue Type: New Feature
          Components: Core
    Affects Versions: 4.0.0-alpha-3, 3.8.6
            Reporter: Henning Schmiedehausen


There are multiple "post processing" plugins that take a created artifact (such as a jar file) and post-process it. Today, the order of e.g. the jar plugin and the shade plugin is purely determined by the order that they appear in the pom file, making this process brittle.

The default maven lifecycle has a number of steps with "pre" and "post" phases, e.g. integration-test has "pre-integration-test" and "post-integration-test" or at least "post" phases (e.g. process-sources, process-classes, process-test-classes etc.).

The proposal is to add a new lifecycle phase for either Maven 3.9.x or Maven 4.0 which is called "process-package", analog to the process phases above that slots in after "package" and before "pre-integration-test".  Running "mvn package" would execute the lifecycle up to and including this phase. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)