Skip to content

Instantly share code, notes, and snippets.

@edwardbeckett
Last active January 28, 2016 10:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edwardbeckett/fdf6b8dbe5f44bb650ab to your computer and use it in GitHub Desktop.
Save edwardbeckett/fdf6b8dbe5f44bb650ab to your computer and use it in GitHub Desktop.
Maven LifeCycle

The Maven Build LifeCycle


####validate ####initialize ####generate-sources ####process-sources ####generate-resources ####process-resources ####compile ####process-classes ####generate-test-sources ####process-test-sources ####generate-test-resources ####process-test-resources ####test-compile ####process-test-classes ####test ####prepare-package ####package ####pre-integration-test ####integration-test ####post-integration-test ####verify ####install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment