InterviewSolution
Saved Bookmarks
| 1. |
What Is Maven Build Lifecycle? |
|
Answer» A BUILD Lifecycle is a well defined sequence of phases which DEFINE the ORDER in which the goals are to be executed. Here phase represents a STAGE in life CYCLE. A Build Lifecycle is a well defined sequence of phases which define the order in which the goals are to be executed. Here phase represents a stage in life cycle. |
|