What are the 3 maven build lifecycle? Explain each in short

There are three built-in life cycles:
default: the main life cycle as it’s responsible for project deployment.
clean: to clean the project and remove all files generated by the previous build.
site: to create the project’s site documentation.

Leave a Reply