博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Java异常处理001:Maven clean package时Failed to clean project: Failed to delete
阅读量:6722 次
发布时间:2019-06-25

本文共 1061 字,大约阅读时间需要 3 分钟。

Java异常处理001:Maven打包时Failed to clean project: Failed to delete

异常日志:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-clean-plugin:2.6.1:clean (default-clean) on project fmk-web: Failed to clean project: Failed to delete D:\WORK\INTELLIJ\xuegao\fmk-web\target\xuegao\WEB-INF\classes\com\hs\web\interceptor -> [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/MojoExecutionException[ERROR] [ERROR] After correcting the problems, you can resume the build with the command[ERROR]   mvn 
-rf :fmk-web

 

分析原因:

  •  通过maven 打包时在clean 时提示 target 文件被占用; 

解决方案:

  关闭占用即可;具体如下:

  1-在开始搜索框中,输入“资源监视器”,打开资源监视器:在该窗口中,切换到cpu 页签,然后在 关联的句柄中,输入 文件名(target),按下回车键,即可查找到被占用的进程 ;如下图

 

  2-选中搜索结果,右键结束进程;即可;

 

转载于:https://www.cnblogs.com/wobuchifanqie/p/11007467.html

你可能感兴趣的文章
linux创建用户与用户组
查看>>
如何从Spotify Music中删除DRM?
查看>>
VR开发者为Labo VR辩护 预计这可能是任天堂进军VR的开始
查看>>
全面解析大数据框架Hadoop主要模块
查看>>
手写调用门
查看>>
海恩法则与墨菲定律
查看>>
linux RHEL 解决中文网页乱码和界面英文
查看>>
linux中oracle的日常维护命令
查看>>
Linux 修改IP地址和网关
查看>>
linux查看硬件信息
查看>>
apache http的源码编译
查看>>
find命令的参数
查看>>
H3C交换机配置镜像端口
查看>>
ESXI6.0(6.7)实践——惠普A6 7310主板,APU,Realtek网卡的安装之路
查看>>
我的友情链接
查看>>
26期学员参观森华易腾移动IDC机房有感
查看>>
三、一个简单的BDB JE例子
查看>>
在Windows Server2008R2安装Oracle Database 11g Release 2
查看>>
借助mysql和DNS view实现智能DNS(centos6.3 x64环境)
查看>>
维纳-辛钦 (Wiener–Khinchin) 定理
查看>>