如何使用gradle-cargo-plugin部署到本地tomcat?

发布于 2024-12-18 05:44:22 字数 309 浏览 3 评论 0原文

我想将多个不同的 war 依赖项部署到构建目录中 tomcat 的本地安装。 我找到了

bmuschko:gradle-cargo-plugin:0.3

但不知道部署 war 文件。 该插件提供了任务cargoStartLocal,但不幸的是文档(请参阅https://github.com/bmuschko/gradle该插件的 -cargo-plugin) 没有告诉您如何部署。

I want to deploy multiple different war dependencies to a local installation of tomcat in the build directory.
I found the

bmuschko:gradle-cargo-plugin:0.3

but have no idea to deploy the war file.
The plugin provides the task cargoStartLocal but unfortunately the documentation (see https://github.com/bmuschko/gradle-cargo-plugin) of this plugin tells nothing about how to deploy.

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

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

发布评论

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

评论(1

忆悲凉 2024-12-25 05:44:22

在 0.3 版本中,无法定义要部署到本地容器的任意 WAR 文件。它仅使用您应用插件的构建脚本的工件。目前我正在开发该插件的新版本,它允许您在其配置闭包中定义特定的可部署文件(WAR 或 EAR 文件)。您可以期待在接下来的 2 周内推出该插件的新版本。

您能否告诉我更多有关您的用例的信息,以便我可以在我的插件代码中解释它?如果我没看错的话,您想从一个特定的构建脚本部署多个 WAR 文件吗?

仅供参考:我更喜欢直接通过 GitHub 问题或电子邮件提出功能请求和问题。我只是偶然发现这个问题。通常,通过直接联系编写代码的开发人员,您会获得更快的反馈。我很乐意帮助您设置项目并针对特定用例扩展我的插件。

With version 0.3 it is not possible to define an arbitrary WAR file to be deployed to a local container. It only uses the artifact of the build script that you apply the plugin to. Currently I am working on a new version of the plugin that will let you define a specific deployable (WAR or EAR file) within its configuration closure. You can expect a new version of the plugin within the next 2 weeks.

Can you tell me a little bit more about your use case so I can potentially account for it in my plugin code? If I read this correctly you want to deploy multiple WAR files from one specific build script?

FYI: I'd prefer feature requests and questions via a GitHub issue or email directly. I only found this question by chance. Usually you'll get a faster feedback by directly contacting the developers that wrote the code. I'd be happy to help you with setting up your project and extend my plugin for specific use cases.

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