我在我的 maven pom.xml 中定义了一堆系统属性,我需要从 Arquillian-tests 访问,在远程 glassfish 实例上运行。

将系统属性推送到容器的最简单方法是什么?

最佳答案

Arquillian Showcase 中有一个 Arquillian 扩展,它演示了如何“自动”完成。

https://github.com/arquillian/arquillian-showcase/tree/master/extensions/systemproperties

关于maven - 将系统属性推送到远程容器,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/13741447/

10-12 00:42