Configuration
<plugin>
<groupId>app.getxray</groupId>
<artifactId>xray-maven-plugin</artifactId>
<version>0.7.3</version>
<configuration>
<cloud>false</cloud>
<jiraBaseUrl>https://jira.<xyz>.com</jiraBaseUrl>
<jiraUsername>uname</jiraUsername>
<jiraPassword>pwd</jiraPassword>
<projectKey><projectKey></projectKey>
<testPlanKey><testPlanKey></testPlanKey>
<reportFormat>cucumber</reportFormat>
<testInfoJson>target/cucumber-reports/CucumberTestReport.json</testInfoJson>
<reportFile>target/cucumber-results.xml</reportFile>
<abortOnError>false</abortOnError>
<testExecInfoJson>target/cucumber-reports/testExecution.json</testExecInfoJson>
</configuration>
</plugin>
Test ran successfully but repot generation failed