我安装了 Maven 源和 javadoc 包,但 Eclipse 没有检测到它

发布于 2024-12-09 20:36:31 字数 674 浏览 0 评论 0原文

我这样做了:

mvn install:install-file -Dfile=$d/s/_java/spymemcached/build/spymemcached-2.8-custom-javadoc.jar -DgroupId=spy -DartifactId=spymemcached -Dversion=2.8custom -Dpackaging=jar -DgeneratePom=true -Dclassifier=javadoc

mvn install:install-file -Dfile=$d/s/_java/spymemcached/build/spymemcached-2.8-custom-sources.jar -DgroupId=spy -DartifactId=spymemcached -Dversion=2.8custom -Dpackaging=jar -DgeneratePom=true -Dclassifier=sources

但是 Eclipse 并没有尝试检测这个包的这些源代码和 Javadoc。请让我知道如何解决这个问题。

我知道我可以使用 Eclipse 手动添加源代码和 Javadoc。

修正:使用Cygwin执行mvn时不指定/cygdrive/,使用s:/

I did:

mvn install:install-file -Dfile=$d/s/_java/spymemcached/build/spymemcached-2.8-custom-javadoc.jar -DgroupId=spy -DartifactId=spymemcached -Dversion=2.8custom -Dpackaging=jar -DgeneratePom=true -Dclassifier=javadoc

mvn install:install-file -Dfile=$d/s/_java/spymemcached/build/spymemcached-2.8-custom-sources.jar -DgroupId=spy -DartifactId=spymemcached -Dversion=2.8custom -Dpackaging=jar -DgeneratePom=true -Dclassifier=sources

But Eclipse is not attempting to detect these sources and Javadoc for this package. Please let me know how to fix this.

I am aware I can add the sources and Javadoc manually with Eclipse.

Fixed: don't specify /cygdrive/ when using Cygwin to execute mvn, use s:/.

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

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

发布评论

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

评论(1

再见回来 2024-12-16 20:36:31

MetaChrome 2011 年 10 月 15 日 9:52:

修复:使用cygwin执行mvn时不指定/cygdrive/,使用s:/

MetaChrome Oct 15 '11 at 9:52:

Fixed: don't specify /cygdrive/ when using cygwin to execute mvn, use s:/

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