Question: What does the mvn clean command do?

  1. It removes the target directory
  2. It updates the version of the plugins defined in the POM file.
  3. It removes unused dependencies in your project
  4. It builds your project

Answer: The correct answer of the above question is Option A:It removes the target directory