Forum Discussion
Heena_Sharma
8 years agoOccasional Visitor
Project properties can be configured using command line as below:
Add the following snippet to your pom
<projectProperties>
<value>Env=${soapUiEnv}</value>
</projectProperties>
Where 'Env' is the Project property name that would be set in SOAP UI project and '${soapUiEnv}' is the value that will be passed using maven test parameter as below:
com.smartbear.soapui:soapui-pro-maven-plugin:test -DsoapUiEnv=qa
This will create a project property named "Env" with value "qa" in your soap ui project.
Related Content
- 10 years ago
- 4 years ago
Recent Discussions
- 5 days ago
- 9 days ago