Login
Remember
Register
Ask a Question
Name the 3 build lifecycle of Maven.
0
votes
asked
Apr 6, 2021
in
Maven - Coalescing Pipeline
by
SakshiSharma
Name the 3 build lifecycle of Maven.
#maven-build-phase
maven-lifecycle
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 6, 2021
by
SakshiSharma
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.
...