我正在使用 Maven(和 Maven Eclipse 集成)来管理我在 Eclipse 中的 Java 项目的依赖关系。从 Maven 存储库自动下载 JAR 文件的功能可以节省实时时间。不幸的是,它不包括 API 文档和源代码。
如何设置 Maven 以自动获取源和 javadoc 附件并使用 Eclipse 正确注册它们?
我确信 Eclipse 的 m2eclipse Maven 插件 - 反过来 - 可以做到这一点。您可以将其配置为自动为您下载源文件和 javadoc。
这是通过进入Window > Preferences > Maven and checking the "Download Artifact Sources" and "Download Artifact JavaDoc"选项来实现的。
Window > Preferences > Maven and checking the "Download Artifact Sources" and "Download Artifact JavaDoc"