Forum Discussion
- omatzuraSuper ContributorHi!
use the junitReport setting in your config:true
which will generate the corresponding report.xm file..
regards!
/Ole
eviware.com - bmNew ContributorI did add the entry as suggested, but report is still not being generated.
pom.xml
...
eviwarePluginRepository
http://www.eviware.com/repository/maven2/
...
SimpleWebApp1
eviware
maven-soapui-plugin
1.7.6
soapui-project.xml
aHost:9080
true
...
Command: mvn eviware:maven-soapui-plugin:test
Also, where can I find the complete list of all the configuration options for the maven-soapui-plugin?
Thanks - omatzuraSuper ContributorHi,
please also specify an outputFolder, you can see a list of all available settings at http://www.soapui.org/plugin/maven2/properties.html. Also, please try upgrading to the 2.0.2 version to make sure that this wasn't a bug that has been fixed later on..
regards!
/Ole
eviware.com