pom.xml 中的 ${basedir} 变量指向哪里?
Where does ${basedir} variable in pom.xml directs to?
${basedir}
指向哪里?此变量是否指向 pom.xml 文件所在的路径?
解释可以在这里阅读:
https://maven.apache.org/guides/introduction/introduction-to-the-pom.html#Available_Variables
根据描述:
"The directory that the current project resides in."
${basedir}
指向哪里?此变量是否指向 pom.xml 文件所在的路径?
解释可以在这里阅读: https://maven.apache.org/guides/introduction/introduction-to-the-pom.html#Available_Variables
根据描述: "The directory that the current project resides in."