Answer Posted / Ravindra Kumar
The command `mvn clean` in Apache Maven is used to delete any output directories (target directory by default) and test results. This command is typically run before running other build commands like compile, package or install.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers