Maven 不使用故障安全插件进行集成测试
当我运行mvn clean install
时,对于integration-test
阶段,它不使用故障安全插件。
但是,如果我明确调用插件来运行集成测试,它就会起作用(mvn failuresafe:integration-test
)。
当我在integration-test
阶段运行mvn clean install
时,如何让maven使用failsafe插件?
When I run mvn clean install
, for the integration-test
phase it does not use the failsafe plugin.
However if i explicilty call the plugin to run the integration test, it works (mvn failsafe:integration-test
).
How can I make maven use the failsafe plugin when I run mvn clean install
during the integration-test
phase?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
引用官方文档:
这是您要找的吗?
Quote from official documentation:
Is this what you looking for?