M2Eclipse 缺少工件(它没有检查 ~user/.m2 中的本地存储库)

发布于 2024-11-19 20:38:24 字数 364 浏览 2 评论 0原文

我添加了一个 jar:

mvn install:install-file
  -Dfile=<path-to-file>
  -DgroupId=<group-id>
  -DartifactId=<artifact-id>
  -Dversion=<version>
  -Dpackaging=<packaging>
  -DgeneratePom=true

并将其添加为依赖项。 M2eclipse 通过外部存储库 URL 尝试下载 jar,但失败了。它何时以及如何检查本地存储库中的 jar?

已解决:不要混淆下划线和连字符。

I added a jar with:

mvn install:install-file
  -Dfile=<path-to-file>
  -DgroupId=<group-id>
  -DartifactId=<artifact-id>
  -Dversion=<version>
  -Dpackaging=<packaging>
  -DgeneratePom=true

And added it as a dependency. M2eclipse went through the external repository URLs attempting to download the jar and failed. When and how will it check the local repository for the jar?

Resolved: don't mix up underscores and hyphens.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

好倦 2024-11-26 20:38:24

转到您的用户目录,即 C:\Profiles\youruser ,应该有一个名为 .m2 的文件夹可能被隐藏。在里面你可以看到该 jar 是否已安装(尽管如果控制台显示 BUILD success 你应该很好)。

Go to your user directory i.e. C:\Profiles\youruser there should be a folder called .m2 may be hidden. Inside you can see whether that jar has been installed or not(although if the console says BUILD success you should be good).

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