下载带有源代码的依赖 Jar 和带有 Play 框架的 Javadoc

发布于 2024-11-26 19:47:28 字数 288 浏览 1 评论 0原文

是否可以使用 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 技术交流群。

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

发布评论

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

评论(1

岁月苍老的讽刺 2024-12-03 19:47:28

你看过 Maven 插件吗? http://www.playframework.org/modules/maven

它在其中明确提到了源代码和javadocs描述。

此模块的预期行为:

  • 允许在 pom.xml 中声明依赖项,而不放置
    明确除非传递依赖不起作用(对于较旧的
    版本或取决于不需要的大 jar 文件)
  • 能够将Play未提供的所有依赖项下载到lib中
    文件夹,包含 src 和 javadoc
  • 能够将源/javadoc工件下载到depsrc文件夹中
    Play 提供的声明或传递依赖,用于
    更容易调试(使用命令 mvn:play-src)

Have you looked at the Maven plugin? http://www.playframework.org/modules/maven

It explicitly mentions source and javadocs in its description.

Expected behavior this module:

  • Allow declaration dependencies in pom.xml, without putting
    explicitly unless the transitive dependency does not work (for older
    version or depending on undesirable big jar file)
  • Able to download all dependencies not provided by Play into lib
    folder, with src and javadoc
  • Able to download source/javadoc artifiacts to depsrc folder for
    declared or transitive dependency which is provided by Play, for
    easier debugging (using command mvn:play-src)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文