在 Maven 上测试项目时出错
我正在使用 Maven,我对 Maven 没有更多的了解,当我安装我的项目时,它将成功构建,但是当我使用 Maven 测试我的项目时,它会给我一个错误,就像
Unable to copy an artifact to the working directory
我授予了我的项目目录的所有权限详细信息错误如下所示,我该如何解决我的问题 问题以及如何运行我的项目
,请帮助我
E [信息] ---------------------------------------------------------- ------------------------
[INFO] Total time: 1 minute 24 seconds
[INFO] Finished at: Thu Jan 27 17:44:59 IST 2011
[INFO] Final Memory: 35M/84M
[INFO] ------------------------------------------------------------------------
i am using maven i don't have more knowledge about maven when i am install my project then it will successfully build but when i am test my project with maven it will give me an error like
Unable to copy an artifact to the working directory
i gave all permission to my project directory detail error as below so how can i resolve my
problem and how to run my project
so please help me
E
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 24 seconds
[INFO] Finished at: Thu Jan 27 17:44:59 IST 2011
[INFO] Final Memory: 35M/84M
[INFO] ------------------------------------------------------------------------
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这看起来之前的一些测试此时仍在运行,并阻止 maven 在目标目录中写入。
由于这似乎是一个反应堆构建,因此模块本身构建正确吗?即,您可以在每个模块目录中单独运行 mvn test 吗?
This looks like some of the previous tests are still running at this point and blocking maven from writing in the target directory.
As this seems to be an reactor build, do the modules themself build correctly ? I.e. can you run mvn test in each module directory seperately ?