maven 的 was6 插件可以与 WAS 7 一起使用吗

发布于 2024-09-27 12:10:45 字数 76 浏览 5 评论 0原文

据我所知,WAS 7 没有特定的 Maven 插件,所以我想知道 was6-maven-plugin 是否可以与较新版本的服务器一起使用。

From what I can find there is no specific maven plugin for WAS 7, so I am wondering if the was6-maven-plugin will work with the newer version of the server.

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

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

发布评论

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

评论(2

再可℃爱ぅ一点好了 2024-10-04 12:10:45

我问了 IBM 同样的问题:官方是的,实际上 Jar Hell 会给你带来一些问题。如果我是你,我会花几天时间来解决问题。

I asked IBM the same very questions: officially yes, in reality the Jar Hell will give you some problems.. If I were you I would dimension a couple of days for issue resolution.

因为看清所以看轻 2024-10-04 12:10:45

was6-maven-plugin 在 WAS7 上对我来说没有问题,但是当你想从一个 Maven 模块部署多个 EAR 时,你必须破解。

您没有像在 Geronimo 插件中那样可以指定多个artifactId 的选项来部署多个EAR。

was6-maven-plugin 有earFile,默认为 ${project.artifact.file}

was6-maven-plugin works for me on WAS7 without problems but you have to hack when you want to deploy multiple EARs from one Maven module.

You don't have an option to deploy multiple EARs as in Geronimo plugin where you could specify multiple artifactIds.

was6-maven-plugin has earFile that defaults to ${project.artifact.file}

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