Forum Discussion
abhishek8908
11 years agoOccasional Contributor
Thanks,
I got the solution. In my pom.xml 2 additional hidden characters got added <projectFile></projectFile> in the beginning of project path due to copy paste .I just removed those 2 characters and it is working fine now.
<configuration>
<projectFile>H:\Workspace\MavenProject\CurrencyConvertor-soapui-project.xml</projectFile>
<outputFolder>H:\Project\Reports</outputFolder>
<testSuite>TestSuite 1</testSuite>
<junitReport>true</junitReport>
<printReport>true</printReport>
<exportAll>true</exportAll>
<soapuiProperties>
<property>
<name>soapui.home</name>
<value>C:\Program Files\SmartBear\SoapUI-Pro-5.1.1\bin</value>
</property>
</soapuiProperties>
</configuration>
Thanks,
Abhishek
I got the solution. In my pom.xml 2 additional hidden characters got added <projectFile></projectFile> in the beginning of project path due to copy paste .I just removed those 2 characters and it is working fine now.
<configuration>
<projectFile>H:\Workspace\MavenProject\CurrencyConvertor-soapui-project.xml</projectFile>
<outputFolder>H:\Project\Reports</outputFolder>
<testSuite>TestSuite 1</testSuite>
<junitReport>true</junitReport>
<printReport>true</printReport>
<exportAll>true</exportAll>
<soapuiProperties>
<property>
<name>soapui.home</name>
<value>C:\Program Files\SmartBear\SoapUI-Pro-5.1.1\bin</value>
</property>
</soapuiProperties>
</configuration>
Thanks,
Abhishek