Hi, community, Does maven3 still support built-in properties like maven1.x in this page "http://maven.apache.org/maven-1.x/reference/properties.html "? if yes, where can I find this built-in properties list ? if no, the strange thing is I can use CLI like "mvn -Dmaven.repo.local" to specify where is the local repo , so I think maven3 itself has this property, but if maven3 itself has property "maven.repo.local" , I think I can use it like ${maven.repo.local} in pom.xml , but the truth is I can not read the value of property "maven.repo.local" in pom.xml. So this confusing me much.
Best regards! --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org