Login
Remember
Register
Ask a Question
What are the three build lifecycle of Maven?
0
votes
asked
Aug 19, 2023
in
Maven - Coalescing Pipeline
by
GeorgeBell
What are the three build lifecycle of Maven?
maven-interview-questions
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 19, 2023
by
GeorgeBell
Clean:
Cleans up artifacts that are created by prior builds
Default (build):
Used to create the application
Site:
For the project generates site documentation
...