maven-soapui-extension-plugin
maven-soapui-extension-plugin copied to clipboard
[test goal] add a forceLogReconfiguration parameter
Use cases
- several executions in the same maven module
- soapui project runned in several multi modules
Currently, as we are in the same jvm, the log configuration is set during the 1st execution, so all logs are stored in the same files. In some cases, user want to have logs in files/directories related to the current maven modules to better track execution.
See also #98 for more information