0 / 60 seg.

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

<profiles>
    <profile>
        <id>set=app-home</id>
        <properties>maven-people-plugin</artifactId>
            <application-home>/path/to/application</application-home>
        </properties>
    </profile>
</profiles>
<activeProfiles>
    <activeProfile>set-app-home</activeProfile>
</activeProfiles>