我如何知道要使用哪个版本的 Maven 插件?

发布于 2024-11-26 08:48:02 字数 221 浏览 3 评论 0原文

我如何知道要使用哪个版本的 Maven 插件?

例如,在可怕的 Maven 网站上哪里可以找到编译器插件的版本列表? http://maven.apache.org/plugins/maven-compiler-plugin/

How do I know what version of a Maven plugin to use?

For example, where on the horrible Maven website can I find a list of versions of the compiler plugin?
http://maven.apache.org/plugins/maven-compiler-plugin/

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

尽揽少女心 2024-12-03 08:48:02

这是我所做的

  1. 转到 http://mvnrepository.com
  2. 搜索 maven-compiler-plugin
  3. 你应该找到第一个是您需要的。 http://mvnrepository.com/artifact/org.apache.maven .plugins/maven-compiler-plugin
  4. 找到最新版本的并使用该插件

上面的工作是因为 maven repo 也有最新的插件。希望这有帮助。

Here is what I do

  1. Go to http://mvnrepository.com
  2. Search for maven-compiler-plugin
  3. You should find the first one is the one you need. http://mvnrepository.com/artifact/org.apache.maven.plugins/maven-compiler-plugin
  4. Find the one with the latest version and use that one

The above works because maven repo also has the latest plugins. Hope this helps.

抠脚大汉 2024-12-03 08:48:02

据推测,您正在寻找问题跟踪器,它显示问题、版本、更改日志等。在几乎任何“可怕的”Maven 插件页面上,您都会在左侧的“”下找到问题跟踪器的链接项目信息”。

Presumably, you're looking for the issue tracker, which shows issues, versions, changelogs, etc. On just about any of the "horrible" Maven plugin pages, you'll find a link to the issue tracker on the left side under "Project Information".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文