Programming > Maven > Flashcards
What is POM?
Project Object Model
3 main lifecycles in Maven?
default - mainclean - cleans projectsite - generate project documentation
what are phases for Default lifecycle in Maven?
validate, compile, test, package, verify, install, and deploy