Skip to content

Instantly share code, notes, and snippets.

@mikybars
Created October 8, 2019 10:24
Show Gist options
  • Select an option

  • Save mikybars/2bfe69aa75e406dc2d611cd884dafd00 to your computer and use it in GitHub Desktop.

Select an option

Save mikybars/2bfe69aa75e406dc2d611cd884dafd00 to your computer and use it in GitHub Desktop.
List Maven goals by the order they will execute (grouped by phase). See http://buildplan.jcgay.fr/usage.html
$ mvn fr.jcgay.maven.plugins:buildplan-maven-plugin:list-phase
validate -----------------------------------------------------------------
+ maven-enforcer-plugin | default | enforce
process-sources ----------------------------------------------------------
+ maven-dependency-plugin | default | copy-dependencies
process-resources --------------------------------------------------------
+ maven-resources-plugin | default-resources | resources
compile ------------------------------------------------------------------
+ maven-compiler-plugin | default-compile | compile
process-test-resources ---------------------------------------------------
+ maven-resources-plugin | default-testResources | testResources
test-compile -------------------------------------------------------------
+ maven-compiler-plugin | default-testCompile | testCompile
test ---------------------------------------------------------------------
+ maven-surefire-plugin | default-test | test
package ------------------------------------------------------------------
+ maven-jar-plugin | default-jar | jar
+ maven-assembly-plugin | make-assembly | single
install ------------------------------------------------------------------
+ maven-install-plugin | default-install | install
deploy -------------------------------------------------------------------
+ maven-deploy-plugin | default-deploy | deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment