替换 EAR 中重建的模块 JAR(Maven2 项目)

发布于 2024-08-12 16:22:40 字数 162 浏览 8 评论 0原文

在开发期间,我正在迭代地重建项目的一些模块。重建最终的耳朵项目需要大量的时间。如果有一种方法允许仅重建已更改模块的 jar 文件,然后在生成的 EAR 中替换该 jar,那么它可以减少构建时间并加速开发过程。

所以问题:是否有任何 Maven 插件允许在耳朵中进行部分模块重建和替换 jars?

During the development time I'm iteratively rebuilding some modules of my project. Rebuilding resulting ear-project gets a huge amount of time. If there is a way allowing to rebuild only jar file of changed module and then replace this jar in resulting EAR then it could reduce build time and accelerate development process.

So questions: Is there any maven plugin allowing to do partial module rebuilding and replacing jars in ear?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

破晓 2024-08-19 16:22:40

您是否尝试使用 -pl--projects 选项(需要 Maven 2.1+,请参阅 Maven 提示和技巧:高级反应器选项 了解更多详细信息)?类似这样的事情:

mvn --projects your-jar,your-ear install

这可能会加快速度。

Did you try to use the -pl or --projects option (requires Maven 2.1+, see Maven Tips and Tricks: Advanced Reactor Options for more details)? Something like that:

mvn --projects your-jar,your-ear install

This might speed up things.

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