Maven build process is composed of one build life cycles but has one or more phases.
Answers
Answered by
0
There are three built-in build lifecycles: default, clean and site. ... A Build Lifecycle is Made Up of Phases ... Moreover, if a goal is bound to one or more build phases, that goal will be called in all those ...
Answered by
0
Explanation:
Maven build process is an example of well-defined sequence of phases. It defines the order in which the goals are executed. The phases are the representation of the stages in a life cycle. The complete phase of lifecycle comprises of the following phase that are prepare-resource, validate, compile, test, package, install, and deploy. These phases have various handles in the complete Maven Build Cycle.
Similar questions