Lifecycle Helper Maven Plugin

A Maven 3.x plugin to inspect the lifecycle of your project. The plugin provides goals aimed at helping to inspect 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

Requirements

For a complete list of requirements view System requirements section

Quick start

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) Example

Examples

To provide you with better understanding on some usages of this plugin, you can take a look at the usage examples.