在 Maven 上测试项目时出错

发布于 2024-10-14 17:05:51 字数 566 浏览 0 评论 0原文

我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

懷念過去 2024-10-21 17:05:51

[INFO] 无法将工件复制到
工作目录嵌入错误:
/home/nayan/workspace/ONiT/mediaPlayer/target/classes
(是一个目录)[INFO]

这看起来之前的一些测试此时仍在运行,并阻止 maven 在目标目录中写入。
由于这似乎是一个反应堆构建,因此模块本身构建正确吗?即,您可以在每个模块目录中单独运行 mvn test 吗?

[INFO] Unable to copy an artifact to
the working directory Embedded error:
/home/nayan/workspace/ONiT/mediaPlayer/target/classes
(Is a directory) [INFO]

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 ?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文