maven插件来搜索?
有没有可以搜索工件的 Maven 插件?通过artifactId 就太好了。
理想情况下,我希望能够插入artifactId并让它带着完整的GAV返回。
Are there any maven plugins that will search for artifacts? By artifactId would be great.
Ideally, I'd like to be able to plugin in artifactId and have it come back with full GAV's.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您特别需要插件有什么原因吗? Nexus 现在为 Maven 中心提供支持,具有非常好的搜索功能。 IntelliJ 提供了非常好的 Maven gav 补全,并且 Eclipse 在我上次检查时也做了一些不错的工作。
Is there a reason you specifically need a plugin? Nexus, now powering Maven central, has extremely good search functionality. IntelliJ provides really good maven gav completion, and Eclipse had done some decent work on it last I checked, too.