44```
55> mvn buildplan:list
66
7- [INFO] --- buildplan-maven-plugin:0.1-SNAPSHOT :list (default-cli) @ buildplan-maven-plugin ---
7+ [INFO] --- buildplan-maven-plugin:${project.version} :list (default-cli) @ buildplan-maven-plugin ---
88[INFO] --------------------------------------------------------------------------------------------------------------------
9- [INFO] PLUGIN | PHASE | ID | GOAL
9+ [INFO] PHASE | PLUGIN | GOAL | ID
1010[INFO] --------------------------------------------------------------------------------------------------------------------
11- [INFO] maven-plugin-plugin | generate-sources | help-goal | helpmojo
12- [INFO] maven-plugin-plugin | process-classes | default- descriptor | descriptor
13- [INFO] maven -resources-plugin | process -resources | default- resources | resources
14- [INFO] maven-compiler-plugin | compile | default- compile | compile
15- [INFO] maven-plugin-plugin | process-classes | mojo- descriptor | descriptor
16- [INFO] maven-resources-plugin | process-test-resources | default- testResources | testResources
17- [INFO] maven-compiler-plugin | test-compile | default- testCompile | testCompile
18- [INFO] maven-surefire-plugin | test | default- test | test
19- [INFO] animal-sniffer-maven-plugin | process-classes | check-signature | check
20- [INFO] maven-jar-plugin | package | default- jar | jar
21- [INFO] maven-plugin-plugin | package | default- addPluginArtifactMetadata | addPluginArtifactMetadata
22- [INFO] maven-source-plugin | package | attach-sources | jar-no-fork
23- [INFO] license-maven-plugin | verify | default | check
24- [INFO] maven- install-plugin | install | default- install | install
25- [INFO] maven- deploy-plugin | deploy | default- deploy | deploy
11+ [INFO] generate-sources | maven-plugin-plugin | helpmojo | help-goal
12+ [INFO] process-classes | maven-plugin-plugin | descriptor | default- descriptor
13+ [INFO] process -resources | maven -resources-plugin | resources | default- resources
14+ [INFO] compile | maven-compiler-plugin | compile | default- compile
15+ [INFO] process-classes | maven-plugin-plugin | descriptor | mojo- descriptor
16+ [INFO] process-test-resources | maven-resources-plugin | testResources | default- testResources
17+ [INFO] test-compile | maven-compiler-plugin | testCompile | default- testCompile
18+ [INFO] test | maven-surefire-plugin | test | default- test
19+ [INFO] process-classes | animal-sniffer-maven-plugin | check | check-signature
20+ [INFO] package | maven-jar-plugin | jar | default- jar
21+ [INFO] package | maven-plugin-plugin | addPluginArtifactMetadata | default- addPluginArtifactMetadata
22+ [INFO] package | maven-source-plugin | jar-no-fork | attach-sources
23+ [INFO] verify | license-maven-plugin | check | default
24+ [INFO] install | maven-install-plugin | install | default- install
25+ [INFO] deploy | maven-deploy-plugin | deploy | default- deploy
2626```
2727It is possible to define the tasks used to calculate execution plan:
2828
@@ -36,7 +36,7 @@ If you want to show the lifecycle that defines the listed phase(s), add this par
3636```
3737> mvn buildplan:list-phase
3838
39- [INFO] --- buildplan-maven-plugin:0.1-SNAPSHOT :list-phase (default-cli) @ buildplan-maven-plugin ---
39+ [INFO] --- buildplan-maven-plugin:${project.version} :list-phase (default-cli) @ buildplan-maven-plugin ---
4040[INFO] install ------------------------------------------------------------------------------------------
4141[INFO] + maven-install-plugin | default-install | install
4242[INFO] generate-sources ---------------------------------------------------------------------------------
@@ -83,7 +83,7 @@ Also, because executions are collected per phase, direct plugin-executions are s
8383```
8484> mvn buildplan:list-plugin
8585
86- [INFO] --- buildplan-maven-plugin:0.1-SNAPSHOT :list-plugin (default-cli) @ buildplan-maven-plugin ---
86+ [INFO] --- buildplan-maven-plugin:${project.version} :list-plugin (default-cli) @ buildplan-maven-plugin ---
8787[INFO] maven-deploy-plugin -------------------------------------------------------------------------
8888[INFO] + deploy | default-deploy | deploy
8989[INFO] maven-source-plugin -------------------------------------------------------------------------
0 commit comments