What is the purpose of mvn clean command?
Answer / Ekta Dohrey
The `mvn clean` command in Maven cleans the project directory by removing compiled source files, generated resources, and test reports. It prepares the workspace for a fresh build.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mojo?
What are the tasks which are performed by maven?
What is maven tool?
Why should we use maven?
For POM what are the minimum required elements?
What are the different types of profile in maven?
What are gradle and maven?
What is the difference between snapshot and version?
Difference between maven scope compile and provided for jar packaging?
Mention the steps for installing maven on windows.
Explain what is maven? How does it work?
What is snapshot in maven?