maven Failed to copy file for artifact
While building project:
Group-Id: xxx
Artifact-Id: xxxx
Version: x.x.x
From file:
E:\workspace\xxxx\pom.xml
Reason: Failed to copy file for artifact[xxx:xxxx:jar:x.x.x:compile]
错误原因是:要下载的这个xxx.xxxx.x.x.x.jar这个包,在本地已经有一个xxxx的工程,先将这工程关掉,然后再去maven war:inplace一下就不会有 问题了。
来源:http://www.cnblogs.com/blogyuan,欢迎转载