Question: If you want to utilitze a locally developed JAR file in another project and that JAR file has not been deployed to either the Maven central repository or your own locally sourced mirror repository, what Maven goal do you need to execute on the locally developed JAR project?

  1. package
  2. install
  3. compile
  4. test

Answer: The correct answer of the above question is Option B:install