0 votes
in Maven - Coalescing Pipeline by

What is Clean, Default, and Site in Maven?

1 Answer

0 votes
by

There are three built-in build life cycles:

  • Clean: The clean lifecycle looks after project cleaning.
  • Default: The default lifecycle handles the project deployment.
  • Site: The site lifecycle refers to the creation of the project’s site documentation.
...