我安装了 Maven 源和 javadoc 包,但 Eclipse 没有检测到它
我这样做了:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MetaChrome 2011 年 10 月 15 日 9:52:
MetaChrome Oct 15 '11 at 9:52: