A Maven 3.x plugin to inspect the lifecycle of your project. The plugin provides goals aimed at helping to inspects your project lifecycle phases and if a plugin-goal is executed and when. It includes the ability to list all plugin-goal mapping to executed phases and group the execution plan result by lifecycle/phases/plugin/goal.
For a complete list of requirements view System requirements section
In your maven project execute the following command:
mvn it.serendigity.maven.plugins:lifecycle-helper-maven-plugin:execution-plan
Below is an example of a project execution plan with packaging jar and no plugins configured (grouped by lifecycle)