buildplan-maven-plugin
buildplan-maven-plugin copied to clipboard
A Maven 3.x plugin to inspect project lifecyle.
MojoHaus BuildPlan Maven Plugin
A Maven 3.x plugin to inspect the lifecycle of your project. Documentation
List plugin executions within a project
mvn buildplan:list
List plugin executions within phases
mvn buildplan:list-phase
It is possible to limit the list to a specific phase:
mvn buildplan:list-phase -Dbuildplan.phase=test
List plugin executions by plugins
mvn buildplan:list-plugin
It is possible to limit the list to a specific plugin:
mvn buildplan:list-plugin -Dbuildplan.plugin=maven-compiler-plugin
List to output file
mvn buildplan:list -Dbuildplan.outputFile=buildplan_output.txt
Report plugin executions within a project
mvn buildplan:report