0 votes
in Maven - Coalescing Pipeline by
Name the 3 build lifecycle of Maven.

1 Answer

0 votes
by

The three build lifecycles are −

  • clean: cleans up artifacts created by prior builds.
  • default: used to build the application.
  • site: generates site documentation for the project.
...