我如何知道要使用哪个版本的 Maven 插件?
我如何知道要使用哪个版本的 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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这是我所做的
上面的工作是因为 maven repo 也有最新的插件。希望这有帮助。
Here is what I do
The above works because maven repo also has the latest plugins. Hope this helps.
据推测,您正在寻找问题跟踪器,它显示问题、版本、更改日志等。在几乎任何“可怕的”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".