Forum Discussion
redfish4ktc2
12 years agoSuper Contributor
ipstefan Thanks for providing feedback about your solution
I've recently found that you should be able to pass projectProperties configuration with a command line argument. This is available for all parameters
for the projectProperties parameter, you should be able to do it by setting
for the parameter value, it is expected to be a String array.
Based on stackoverflow (http://stackoverflow.com/questions/1335 ... ven-plugin) and a sonatype post (http://blog.sonatype.com/2011/03/config ... 05Refl_two, see the "Configuration of collection/array via system property" paragraph), this should work with maven 3.0.3+
I've recently found that you should be able to pass projectProperties configuration with a command line argument. This is available for all parameters
for the projectProperties parameter, you should be able to do it by setting
-Dsoapui.projectProperties=<properties>
for the parameter value, it is expected to be a String array.
Based on stackoverflow (http://stackoverflow.com/questions/1335 ... ven-plugin) and a sonatype post (http://blog.sonatype.com/2011/03/config ... 05Refl_two, see the "Configuration of collection/array via system property" paragraph), this should work with maven 3.0.3+