Hi,
I've been struggling getting the plugin to work for some time, w/o any luck..
Been reading 100's of posts and guides - including the one on soapui.org: http://www.soapui.org/test-automation/maven/maven-2-x.html
My problem is, that no matter what version I choose from:
http://www.soapui.org/repository/maven2/com/smartbear/soapui/soapui-maven-plugin/
maven can't find the plugin.
<plugin>
<groupId>com.smartbear.soapui</groupId>
<artifactId>soapui-maven-plugin</artifactId>
<version>5.0.0</version>
</plugin>
I've been using this repository url:
<pluginRepository>
<id>SmartBear Sweden Plugin Repository</id>
<name>SmartBear</name>
<url>http://www.soapui.org/repository/maven2/</url>
</pluginRepository>
I have tried adding it to the POM and to the Settings.xml in my .m2 folder.. Nothing works.
We're using artifactory for some of our other dependecies and plugins - but that shouldnt be a problem, as I see it? As the repo is added either by the POM or the Settings.xml in the .m2 folder..
Am I missing something completely stupid and simple here?
Thanks in advance
/Henrik