Styrow.dev
Question 3 of 20
Maven Topic: General medium

Mention the three build lifecycle of Maven?

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