使用 Cargo 部署当前项目和另一个 WAR
我正在使用 Cargo 与 Maven 进行集成测试。我在预集成中找到了从 .m2 存储库部署另一场战争的示例 此处 .有人可以指导我如何使用 Cargo 部署当前项目和另一场战争吗?
I'm using Cargo for Integration tests with Maven. I found examples of deploying another war from .m2 repo in pre-integration here . Can somebody guide me on how to deploy current project and another war using Cargo?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 Cargo 插件配置的 deployables 标签。
此配置应该部署您当前的项目和 AnotherWAR 项目。
然后只需在“集成测试”配置文件处于活动状态的情况下调用 Cargo:deploy
Check out the deployables tag for Cargo Plugin's configuration.
This configuration should deploy your current project and the AnotherWAR project.
Then just call cargo:deploy with the 'integration-test' profile active