Question: What is the main purpose of the install phase?

  1. to compile the source code of the project
  2. to install all of the remote dependencies
  3. to deploy the final project artifacts into a remote Maven repository
  4. to copy the final project artifacts into the local Maven repository

Answer: The correct answer of the above question is Option B:to install all of the remote dependencies