Karl Heinz Marbaise created MNG-8244: ----------------------------------------
Summary: Using before:all / all / after:all are not triggering Key: MNG-8244 URL: https://issues.apache.org/jira/browse/MNG-8244 Project: Maven Issue Type: Bug Components: Core Affects Versions: 4.0.0-beta-4 Reporter: Karl Heinz Marbaise Fix For: 4.0.x-candidate I just tried to use the phases: {{{}before:all{}}}, {{all}} and {{after:all}} simply to test at which exact point in time those phases are running. I've used things like {{{}before:integration-test{}}}, {{integration-test}} and {{after:integration-test}} which works fine also using {{{}before:build{}}}, {{build}} and {{after:build}} works so far fine. The only exeptions are the {{{}before:all{}}}, {{all}} and {{after:all}} which are not triggered. -- This message was sent by Atlassian Jira (v8.20.10#820010)