下面是 settings.xml 文件的一部分。如何在 POM 文件中使用应用程序主页的路径?( )
<profiles>
<profile>
<id>set=app-home</id>
<properties>maven-people-plugin</artifactId>
<application-home>/path/to/application</application-home>
</properties>
</profile>
</profiles>
<activeProfiles>
<activeProfiles>set-app-home</activeProfile>
</activeProfiles>
${activeProfile}
${application-home}
${set-app-home}
${/path/to/application}