无法使用maven pom覆盖SOAPUI中的activeEnvironment
Unable to override activeEnvironment in SOAPUI using maven pom
我正在尝试从 maven pom 文件覆盖我的 SoapUI 项目的 activeEnvironment 属性。
<configuration>
<projectFile>....</projectFile>
<property>
<name>activeEnvironment</name>
<value>X_Sprint</value>
</property>
</configuration>
我正在使用 soapUI pro 和 maven soapui 插件 5.0.0。如果文件中有任何错误,有人可以建议我
Documentation 表示配置应该是:
<plugin>
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui-pro-maven-plugin</artifactId>
<version>5.0.0</version>
...
<configuration>
...
<projectProperties>
<value>message=Hello World!</value>
</projectProperties>
</configuration>
</plugin>
我正在尝试从 maven pom 文件覆盖我的 SoapUI 项目的 activeEnvironment 属性。
<configuration>
<projectFile>....</projectFile>
<property>
<name>activeEnvironment</name>
<value>X_Sprint</value>
</property>
</configuration>
我正在使用 soapUI pro 和 maven soapui 插件 5.0.0。如果文件中有任何错误,有人可以建议我
Documentation 表示配置应该是:
<plugin>
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui-pro-maven-plugin</artifactId>
<version>5.0.0</version>
...
<configuration>
...
<projectProperties>
<value>message=Hello World!</value>
</projectProperties>
</configuration>
</plugin>