0 votes
in Maven - Coalescing Pipeline by
In Maven, what do you mean by Clean, Default, and Site?

1 Answer

0 votes
by

The three built-in build life cycles are:

  • Clean: The clean lifecycle is in charge of project cleaning.
  • Default: The project deployment is handled by the default lifecycle.
  • Site: The creation of the project's site documentation is referred to as the site lifecycle.

Related questions

0 votes
asked Apr 6, 2021 in Maven - Coalescing Pipeline by SakshiSharma
0 votes
asked Oct 29, 2021 in Maven - Coalescing Pipeline by DavidAnderson
...