Created
October 8, 2019 10:24
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ 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