Maven“下载源” Eclipse 中的 jar 不可用?
我在我的环境中使用Maven2.2.1,我面临一个问题, 对于maven依赖目录下的几个jar,如果你右键单击一个jar - > maven - >下载源(没有出现),其他jar没有这个问题:我能够在菜单中看到下载源。对此有什么想法...请帮助我吗?
谢谢, 桑达尔
I am using Maven2.2.1 in my environment, I am facing an issue,
for few jars under maven dependencies directory if you right click on a jar-->maven-->Download Source(is not coming), other jars are not having this issue: i am able to see download sources in the menu. Any idea about this...pls help me?
Thanks,
Sundar
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
A) 仅当您右键单击项目(而不是 jar)时才可以下载源。
B) 并非每个工件都有来源。查看
Console View
(Window > Show View > Console
)内的Maven Console
,看看哪些没有。A) download sources is only available when you right-click the project, not a jar.
B) not every artifact has sources. View the
Maven Console
inside theConsole View
(Window > Show View > Console
) to see which don't.这将取决于 Maven 存储库中是否提供源。如果没有可用的源 JAR,则不会下载任何源。
It will depend on whether the sources are available in the Maven repository. If there are no source JARs available then no source will be downloaded.