ContributionsMost RecentMost LikesSolutionsRe: Executing Ready API composite project via maven rohitvarsha12it seems you are not using a composite project. For issue "1. Reports are getting created at pom.xml location", in the configuration, set the <outputFolder> value to the folder where you want reports to be created Re: I can't build SOAP UI from sources Hi do you still have the problem? I have been able to build the next branch recently Re: Report shows pass even though test case is failed rohitvarsha12, do you have the problem with other soapui project? have you been able to run a soapui project without such an error? Re: Executing Ready API composite project via maven Hello Syamaprasad Did you try to run it with the following configuration (no settings.xml in the projectFile property, only the directory path) <projectFile>D:\HZN_E2E_SI_Git\E2E_HZN3-SoapUI-Automation\E2E_HZN3-SoapUI-Automation-project</projectFile> Re: How to generate Single Page report when running TestCaseRunner from maven plugin ok, thanks for the response of the support. This worked in the past: see http://forum.soapui.org/viewtopic.php?f=2&t=14458&p=35072&hilit=report+junit#p35034 does the support tell you if all the report feature is unavailable for TestRunner and maven, or only the "Single Page" report? Thanks Re: How to generate Single Page report when running TestCaseRunner from maven plugin Strange I do not have a working soapui, so I cannot test it right now but I am sure it works on previous versions (4.6.x and maybe 5.0) Re: How to generate Single Page report when running TestCaseRunner from maven plugin Hi, when I said "the report should be generated" i meant the single page junit html report have you tried to modify the plugin configuration? have you tried with another report name/format? Re: How to generate Single Page report when running TestCaseRunner from maven plugin Hi the report should be generated if you add the following in your soapui plugin configuration (taken from: http://forum.soapui.org/viewtopic.php?f=2&t=3142&p=11355) <soapuiProperties> <property> <name>soapui.home</name> <value>/home/robert/eviware/soapUI-Pro-3.5-beta2/bin</value> <- here goes where you installed sopaui plus bin dir </property> </soapuiProperties> Re: Cannot resolve com.smartbear.utils.analytics:analytics-core:jar:5.2.0-os Hi should work now as the soapui pom rely on the 5.2.0 version, see https://github.com/SmartBear/soapui/blob/7b320c9126429fc3e1210542e4479c0dbf62e876/soapui/pom.xml#L207 (modification performd on commit https://github.com/SmartBear/soapui/commit/bcb9e793e0c32bf37a96a4a3d206157d6f3c142b 10 june) Re: How to generate Single Page report when running TestCaseRunner from maven plugin And about the "the frame based multi-page report in HTML" it is always generated by soapui. See https://github.com/redfish4ktc/maven-soapui-extension-plugin/issues/45 for alternative