下载带有源代码的依赖 Jar 和带有 Play 框架的 Javadoc
是否可以使用 Play 框架指定要包含在依赖项 JAR 中的源和/或 javadoc?
我希望能够在 Eclipse 中浏览第 3 方库的源代码和 javadoc。 Maven Eclipse 插件显然可以配置为提供此功能如此处所示,我想知道 Play 是否也提供类似的设施。
Is it possible to specify sources and/or javadocs to be included in dependency JAR's with the Play Framework?
I want to be able to browse the source and javadocs for 3rd party libraries in Eclipse. The Maven Eclipse plugin can apparently be configured to provide this functionality as seen here, I'm wondering if Play provides similar facilities as well.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你看过 Maven 插件吗? http://www.playframework.org/modules/maven
它在其中明确提到了源代码和javadocs描述。
Have you looked at the Maven plugin? http://www.playframework.org/modules/maven
It explicitly mentions source and javadocs in its description.