maven-soapui-extension-plugin
maven-soapui-extension-plugin copied to clipboard
drop support for maven 2.2.1
because we support maven 2.2.1, we got in trouble with
- unable to use enum parameter as it has been introduced with maven 3 see MNG-4292. Force us to use String parameter for runnerType and projectConversionType
- a bug with the maven-invoker-plugin (see #30)
- unable to use List and Set param, see #108