执行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相关推荐

  1. Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9

    Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.9:test (default-test) on pro ...

  2. 关于vhr项目部署所遇到的问题总结,Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin

    从gitee或者github上拉取项目后,大概是下面这样的一个目录结构: 首先声明,个人是纯后端开发人员,对vue仍处于了解阶段,根据我的经验,找到前端同事协助并启动了前端项目,当然得安装node.j ...

  3. Maven依赖编译失败报错:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile

    报错笔记:IDEA2021无法执行compile编译Maven依赖 当我们对一个从github或其他人手里等其来源得到的Maven项目,进行执行compile编译pom.xml文件依赖时,经常出现Fa ...

  4. 淘淘商城项目报错 Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-

    @[TOC](淘淘商城项目报错 Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (d ...

  5. 解决Failed to execute goal org.apache.maven.plugins

    1.Maven构建失败 Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin: 2.3 . 2 :compile  ...

  6. 针对Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1的解决方案

    2019独角兽企业重金招聘Python工程师标准>>> 背景:本项目使用JDK1.8 编译maven工程的时候出现如下错误: Failed to execute goal org.a ...

  7. Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile)

    完整的错误信息: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile ( ...

  8. 针对maven install 报错:Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1 解决方案...

    项目运行环境:jdk1.8+tomcat8 maven install 时报错:Failed to execute goal org.apache.maven.plugins:maven-compil ...

  9. maven出现:Failed to execute goal on project ...: Could not resolve dependencies for project ...

    项目结构是一个父项目,多个子项目目录: 例如: common --------------(父项目) fristDemo    ------------(子项目) 如果在子项目中调用了父项目,而对(子 ...

最新文章

  1. JAVA post和get方式请求远程HTTP接口
  2. echart地图配置
  3. Linux备份MySQL xshell_linux shell脚本备份mysql数据库
  4. 小波说雨燕 第三季 构建 swift UI 之 UI组件集-视图集(一)视图共性 学习笔记...
  5. websoc是什么可以卸载吗_函授可以考公务员吗?什么是函授?
  6. 信息学奥赛一本通(2030:【例4.16】找素数)
  7. Scikit-learn 更新至0.24版,这10个新特性你需要了解
  8. 【高危漏洞通告】Spring Framework 远程代码执行 (CVE-2022-22965)
  9. log4j的相关jar包总结
  10. com.sun.jdi.InvocationException occurred invoking method 异常
  11. 408中的计算机组成原理,2021考研计算机大纲408计算机组成原理部分原文解析
  12. centos7在线yum安装mysql时官方镜像下载过慢的解决方案
  13. 根据两点经纬度计算距离和角度——java实现
  14. iOS实例、类、元类
  15. Emacs-224-彩虹猫的实现
  16. 网络视频会议软件哪个好?欢迎大家补位!
  17. Illumination Normalization Based on Weber’s Law With Application to Face Recognition
  18. java 源文件存储_JAVA源文件的编写与保存
  19. Java解析接口返回的xml数据
  20. ngx_lua常用变量参数

热门文章

  1. jquery中html()、text()、val()的区别与使用
  2. poj2513Colored Sticks(无向图判欧拉路、回路+trie树)
  3. [转]地图的色彩设计——艺术与技术共存
  4. pytorch---之item()
  5. 考会计中级职称能用计算机,2019年中级会计职称计算机考试操作常见问题答疑...
  6. linux改用户密码chpasswd,Linux chpasswd (批量或单一修改用户密码)和passwd(直接修改用户密码)...
  7. (0)图像处理界面——C#调用C++图像处理的DLL
  8. OpenCV图像处理(7)——图像上写TEXT
  9. java import lang_要使用lang包中的类,必须用import语句将java.lang程序包引入到源程序。...
  10. mysql5.7多源复制缺点_配置mysql5.7多源复制