doytsujin / lifecycle-helper-maven-plugin

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lifecycle Helper Maven Plugin Maven Central License

Build status Quality Gate Status codecov

Maintainability Status Reliability Status Coverage Vulnerability Lines of code

Twitter Follow

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.

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

Quick links

About

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.


Languages

Language:Java 86.8%Language:Groovy 13.2%