redfish4ktc / maven-soapui-extension-plugin

This plugin adds new features and bug fixes to SmartBear plugins: soapui-pro-maven-plugin and soapui-maven-plugin.
Apache License 2.0
45 stars 22 forks source link

where can I get the eviware:maven-soapui-plugin artifact #110

Closed cloudhuang closed 10 years ago

cloudhuang commented 10 years ago

in the "mock as war" plugin, there is a dependency

<groupId>eviware</groupId>
<artifactId>maven-soapui-plugin</artifactId>

the problem is where I can get this dependency in maven repo or the 3rd maven repo, or the artifact and I can install to my local repo manually?

Thanks.

redfish4ktc commented 10 years ago

@Huntter you need to configure the access to the SoapUI maven repositiory (see the wiki for more information) to retrieve the missing dependencies.

cloudhuang commented 10 years ago

@redfish4ktc Thanks a lot.

redfish4ktc commented 10 years ago

@Huntter is the wiki documentation clear enough? I can update it if needed.

cloudhuang commented 10 years ago

@redfish4ktc yep, this is more helpful for us, and thanks a lot for the kindly support.