1.问题描述
项目maven打包报上述错误, 但是小伙伴运行好使。
2.问题解决
是idea工程编码(gbk)和项目编码(utf-8)不一致
idea->file->Other Settings->Default Settings 把编码改成一致
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.8:unpack (unpack) on project sq-integral-web: Unable to find artifact.
原文地址:http://www.cnblogs.com/rocky-fang/p/7805174.html