在 Maven 中多次运行同一个插件
我正在使用 maven-minify-plugin。它只能生成一个输出文件。我需要生成两个缩小的 js 文件。一个来自一组文件,另一个来自另一组文件。
我可以以某种方式欺骗 Maven 为同一个插件运行两种不同的配置吗?
谢谢你的帮助,尤里。
I'm using maven-minify-plugin. It can produce only one output file. I need to produce two minified js files. One from one set of files, the other from another set of files.
Can I somehow trick Maven into running two different configurations for the same plugin?
Thanks for help, Yuri.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明这很容易。使用不同的执行,如下所述: http://maven.apache .org/guides/mini/guide-configuring-plugins.html#Using_the_executions_Tag
Turned out to be pretty easy. Use different executions, like explained here: http://maven.apache.org/guides/mini/guide-configuring-plugins.html#Using_the_executions_Tag