redfish4ktc / maven-soapui-extension-plugin

This plugin adds new features and bug fixes to SmartBear plugins: soapui-pro-maven-plugin and soapui-maven-plugin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[mock goal] skip option does not work in pro and oss smartbear implementation (soapui 4.5.1)

redfish4ktc opened this issue · comments

commented

Note: this parameter is currently not documented in soapui website

OSS code: the skip parameter exist in java mojo implementation but is not exposed as goal parameter - missing annotation (see https://github.com/SmartBear/soapui-maven-plugin/blob/edff7a7209308847811b303a3a5612f2ff28e9a4/src/main/java/com/eviware/soapui/maven2/MockServiceMojo.java#L146)

commented

Implementation done in the mock-goal branch. Ready to be merged in master

commented

Merged in master.
Fixed in 4.5.1.2