maven-soapui-extension-plugin icon indicating copy to clipboard operation
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.

Results 61 maven-soapui-extension-plugin issues
Sort by recently updated
recently updated
newest added

Hello i would like to know if you can consider what i am gonna ask as a possible feature because i am looking for it but i can't find it....

question
goal::test
goal::test-multi

See this [post in the soapui forum](http://forum.soapui.org/viewtopic.php?f=13&t=22223)

bug
goal::mock-as-war

Starting from Travis [build 179](https://travis-ci.org/redfish4ktc/maven-soapui-extension-plugin/builds/14415582) (runned on 2013-11-24), all integration tests relying on maven options (tests skipping execution by setting MAVEN_OPTS to `-Dmaven.test.skip=true` in the maven invoker configuration). There was...

task

This should work for both OSS and PRO runner as for the `test` goal, see #42 and #56. Some integration tests should be added to confirm this

documentation
goal::test-multi
experiment

The 1st implementation (see #4) will only support maven 3.0.x as it used sonatype aether to retrieve dependencies. These dependencies are then packaged in the war. Maven 2.2.1 has no...

documentation
improvement
goal::mock-as-war

This is an old request that appears several times in the soapui forum - http://www.soapui.org/forum/viewtopic.php?f=5&t=17374 - http://www.soapui.org/forum/viewtopic.php?f=5&t=17784 - http://www.soapui.org/forum/viewtopic.php?f=2&t=4149 - http://www.soapui.org/forum/viewtopic.php?f=2&t=17209 - http://www.soapui.org/forum/viewtopic.php?f=5&t=19591 We should add a JunitReportCollector and make...

improvement
goal::test

1.8 version availability: see [maven central](http://search.maven.org/#search|gav|1|g%3A%22org.apache.maven.plugins%22%20AND%20a%3A%22maven-invoker-plugin%22) When upgrading, remove the workaround of http://jira.codehaus.org/browse/MINVOKER-137 **Details of the workaround** Previously, with maven 2.2.1, mergeUserSettings option generates a NPE (java 5 and 6)...

task

The [SoapUI release notes](https://github.com/SmartBear/soapui/blob/543bcac29b65df7885737cc3154ed7b3447fd5b7/RELEASENOTES.txt#L58) states that the poi library has been introduced in the 5.1.0 version to replace the jexcelapi dependency But the SmartBear pro maven plugin still declares the...

bug
documentation