Forum Discussion

jklapste's avatar
jklapste
Contributor
13 years ago

Maven SoapUI Pro plugin

It would be nice if we could control SoapUI's logging output when it's run as a Maven plugin.

It looks like soapUI is using log4j and logs to a soapui.log file in my project directory (along with a global-goovy.log file, soapui-errors.log file and maybe even a velocity.log, though not positive on the last one).

Instead of dumping these logs into my project directory, it would be nice if the default is the mvn target directory and/or is configurable via the plugin's configuration.

It would also be nice if it didn't dump most of this to stdout which is then cluttering up my mvn build output but instead only dumped errors to the console.