+1 vote
in Azure by
Built-in Build Lifecycles of Maven

1 Answer

0 votes
by

Maven has three built-in build lifecycles:

  • default - supports project deployment (compiling and packaging)

  • clean - supports project cleaning (removal of previous jar files, temp files, source files etc.)

  • site - supports project's site documentation.

Related questions

0 votes
asked Feb 20, 2020 in Azure by MBarbieri
0 votes
0 votes
asked Jan 31, 2020 in Azure by Tate
0 votes
asked Mar 5, 2022 in API Gateways by rajeshsharma
0 votes
asked Sep 1, 2023 in Maven - Coalescing Pipeline by JackTerrance
...