在 Maven 中多次运行同一个插件

发布于 2024-09-29 19:33:25 字数 144 浏览 2 评论 0原文

我正在使用 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 技术交流群。

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

发布评论

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

评论(1

旧街凉风 2024-10-06 19:33:25

事实证明这很容易。使用不同的执行,如下所述: 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

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