Maven插件来执行其他插件?
是否有一个 Maven 插件可以执行其他 Maven 插件?我发誓曾经有过一个,但现在我找不到了。
谢谢!
Is there a maven plugin that executes other maven plugins? I swear there was one and now I can not find it.
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您找不到其他任何东西,您可以随时在 Mojo 执行器。它是一个库,允许您轻松编写调用其他插件的插件。
不过,我仍然不太确定我理解你对瓦尔德海因茨的回答。也许您可以准确解释为什么您需要这样做?也许有一个不涉及链接插件的替代解决方案。
If you don't find anything else, you could always write your own with the help of The Mojo Executer. It's a library that allows you to easily write plugins that invoke other plugins.
I'm still not quite sure I understand your answer to Waldheinz though. Maybe you could explain exactly why you need to do this? Maybe there's an alternative solution that doesn't involve chaining plugins.