DevOps / Maven Interview questions II
What are the build lifecycles of Maven?
There are 3 built-in build lifecycles.
- The default lifecycle handles your project deployment.
- the clean lifecycle handles project cleaning.
- the site lifecycle handles the creation of the project's site documentation.
A Build Lifecycle is Made Up of one or more phases.
More Related questions...