Maven:为什么<targetpath>中禁止$ {basedir}?</targetpath>

时间:2012-12-07 14:47:24

标签: java maven maven-3 pom.xml

为什么${basedir}中不允许<targetPath>

当我在pom.xml中添加$ {basedir}

<resource>
  <targetPath>${basedir}/target</targetPath>
</resource>

maven-eclipse-plugin failed

$ mvn eclipse:eclipse
[ERROR] Cant canonicalize system path: {0}

0 个答案:

没有答案