0 votes
in Maven - Coalescing Pipeline by
What is Maven Build Lifecycle?

1 Answer

0 votes
by

Maven lifecycle is a collection of steps that are to be followed, to build a project. There are three built-in build lifecycles:

  • Default: Handles project deployment.
  • Clean: Handles project cleaning.
  • Site: Handles the creation of the project site’s documentation.
...