...
${settings.localRepository} refers to the path of the user's local repository.${maven.repo.local} also works for backward compatibility with maven1 ??
Environment variables
Environment variables can be referenced using the env prefix
...
User defined properties in the pom.xml.
| Code Block |
|---|
<project>
...
<properties>
<my.filter.value>hello</my.filter.value>
</properties>
...
</project>
|
...
