Question: Below is a section of a settings.xml file. How can you use the path to the app home in your POM file?

  1. ${activeProfile}
  2. ${application-home}
  3. ${set-app-home}
  4. ${/path/to/application}

Answer: The correct answer of the above question is Option B:${application-home}