Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么${basedir}不允许进入<targetPath>?
${basedir}
<targetPath>
当我在 pom.xml 中添加 ${basedir}
<resource> <targetPath>${basedir}/target</targetPath> </resource>
maven-eclipse-plugin失败:
$ mvn eclipse:eclipse [ERROR] Cant canonicalize system path: {0}