首页 > 其他 > 详细

Failed to execute goal com.github.wvengen:proguard-maven-plugin:2.0.10:proguard (default) on project

时间:2015-05-11 12:59:30      阅读:4237      评论:0      收藏:0      [点我收藏+]

执行Maven Install打包的时候,出现以下错误信息:

[ERROR] Failed to execute goal com.github.wvengen:proguard-maven-plugin:2.0.10:proguard (default) on project core: Can‘t find file F:\Workspaces\base-core\core\target\core-2.0\WEB-INF\classes -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

这是<injar>${project.build.finalName}/WEB-INF/classes/</injar>配置导致的问题。
这是一个Java项目,打包输出为jar包,这里应该改为:
<injar>${project.build.finalName}.jar</injar>

Failed to execute goal com.github.wvengen:proguard-maven-plugin:2.0.10:proguard (default) on project

原文:http://blog.csdn.net/testcs_dn/article/details/45642455

(2)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!