Question: Below is a section of a settings.xml file. How can you use the path to the app home in your POM file?
- ${activeProfile}
 - ${application-home}
 - ${set-app-home}
 - ${/path/to/application}
 
Answer: The correct answer of the above question is Option B:${application-home}