Question: What is the main purpose of the install phase?
- to compile the source code of the project
- to install all of the remote dependencies
- to deploy the final project artifacts into a remote Maven repository
- 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