Question
Mention the three build lifecycle of Maven?
Answer
A Build Lifecycle is a well defined sequence of phases which define the order in which the goals are to be executed.
Clean: Cleans up artifacts that are created by prior builds Default (build): Used to create the application Site: For the project generates site documentation