Login
Remember
Register
Ask a Question
What would the command mvn clean do?
0
votes
asked
Apr 6, 2021
in
Maven - Coalescing Pipeline
by
SakshiSharma
What would the command mvn clean do?
#mvn-clean
maven
maven-interview-questions
maven-mcq-questions
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Apr 6, 2021
by
SakshiSharma
This command deletes the target directory with all the build data before starting the build process.
...