maven-soapui-extension-plugin
maven-soapui-extension-plugin copied to clipboard
This plugin adds new features and bug fixes to SmartBear plugins: soapui-pro-maven-plugin and soapui-maven-plugin.
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](http://jira.codehaus.org/browse/MNG-4292). Force us to use...
Released date: 29-08-2014 See commits - https://github.com/SmartBear/soapui/commit/590e92a8a871408bc14d5ee18c87e3e7b9ca772f (maintenance branch) - https://github.com/SmartBear/soapui/commit/13b6090d554094b2f6cd59a7bd9a3a787abbd806 (dedicated 5.1.2 release branch)
It isn't clear to me whether you need a PRO license or not, both form a technical and a legal point of view. Could you please clarify? Will this work...
I tried using this plugin to create a war of our soap ui xml file and when I run it I get: [WARNING] Error injecting: org.ktc.soapui.maven.extension.MockAsWarMojo java.lang.NoClassDefFoundError: org/sonatype/aether/artifact/Artifact ... [ERROR]...
The [SoapUI release notes](https://github.com/SmartBear/soapui/blob/543bcac29b65df7885737cc3154ed7b3447fd5b7/RELEASENOTES.txt#L58) states that the relections library has been introduced in the 5.1.0 version It seems not needed in the SoapUI OSS part (because not in the related...
SoapUI 5.1.1 release date: [30-July-2014](https://github.com/SmartBear/soapui/commit/543bcac29b65df7885737cc3154ed7b3447fd5b7) Maven artifacts are available in the SoapUI repository
SoapUI 5.1.0 release date: [15-July-2014](https://github.com/SmartBear/soapui/commit/c1421fa1bce6c5a93fe64d5200e15ac20b28f2e6) (See also the [announcement](http://www.soapui.org/SoapUI-News/soapui-pro-51-released-today.html)) Maven artifacts are available in the SoapUI repository
SoapUI 5.0.0 release date: [09-April-2014](https://github.com/SmartBear/soapui/commit/0aee6b890b2473e093aab84e32ce79fee72b95c4) (See also the [announcement](http://www.soapui.org/SoapUI-News/soapui-50-released-today.html)) Maven artifacts are available in the SoapUI repository Note: may direcly superseed support for 5.0.0-beta (see #107)
Currently, we can only run - all suites - a single suite (with the testSuite parameter) Now, we would like to run more than one suite. This has been requested...
When running SmartBear 5.0.0 plugin with sun jdk6, openjdk6 or openjdk7, execution fails because of the javafx dependency cannot be resolved. See a [post](http://forum.soapui.org/viewtopic.php?f=13&t=23847) in the soapui forum that talks...