博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException 异常
阅读量:7080 次
发布时间:2019-06-28

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

Maven编译碰到这个异常错误

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:2.6:testResources (default-testResources) on project sas-framework: Cannot create resource output directory: D:\project\sas\01 开发库\1.1 开发代码\trunk\sas\sas-framework\target\test-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/MojoExecutionException[ERROR] [ERROR] After correcting the problems, you can resume the build with the command[ERROR]   mvn 
-rf :sas-framework

 

D:\project\sas\01 开发库\1.1 开发代码\trunk\sas\sas-framework\target\test-classes -> [Help 1] 从在这句错误提示找到了可疑点,发现test-classes这个文件被别的程序(SourceMonitor)占用的,试下点击删除提示此文件拒绝访问,把SourceMonitor关闭,问题修复。

转载于:https://www.cnblogs.com/againn/p/7066151.html

你可能感兴趣的文章
append生成新变量的时候,没有如预期(It's a feature,not a bug?)
查看>>
【转载】浅谈嵌入式MCU开发中的三个常见误区
查看>>
android 项目学习随笔十一(ListView下拉刷新提示)
查看>>
I2C(二) linux2.6
查看>>
判断当前浏览器的类型
查看>>
gitlab-ce平台调试
查看>>
dg error
查看>>
C常用字符字符串处理函数
查看>>
gdb个人使用记录
查看>>
nginx和tomcat配置负载均衡和session同步
查看>>
关于Python的super用法研究
查看>>
Unity 资源的优化管理 学习
查看>>
灯光的使用 学习
查看>>
Battle Zone 战争地带
查看>>
java面试题
查看>>
Android多种方法显示当前日期和时间
查看>>
15. 三数之和(筛选数据)
查看>>
02 表扫描
查看>>
PHP Math 函数 mt_rand() 使用 Mersenne Twister 算法返回随机整数。
查看>>
iOS多线程之3.NSThread的线程间通信
查看>>