Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHi!
You can set project properties from the pom by adding
<projectProperties>
<param>property=value</param>
<param>property=value</param>
</projectProperties>
to the configuration.
Regarding external libraries I'm actually not really sure - you should see log output when soapUI is initializing during maven execution that tells you where it is looking for these libraries and the simply put them in this location!?
regards,
/Ole
SmartBear Software
You can set project properties from the pom by adding
<projectProperties>
<param>property=value</param>
<param>property=value</param>
</projectProperties>
to the configuration.
Regarding external libraries I'm actually not really sure - you should see log output when soapUI is initializing during maven execution that tells you where it is looking for these libraries and the simply put them in this location!?
regards,
/Ole
SmartBear Software