Skip to content

Commit

Permalink
maven example
Browse files Browse the repository at this point in the history
  • Loading branch information
bischoffdev committed Aug 7, 2023
1 parent 4dc6332 commit 90c5a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/maven-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</executions>
<configuration>
<!-- The only two mandatory properties -->
<sourceJsonReportDirectory>${cucumber.report.json.location}/skip.json</sourceJsonReportDirectory>
<sourceJsonReportDirectory>${cucumber.report.json.location}</sourceJsonReportDirectory>
<generatedHtmlReportDirectory>${generated.report.location}</generatedHtmlReportDirectory>

<!-- Optional custom parameters that are shown on the start page (if they have a value) -->
Expand Down

0 comments on commit 90c5a20

Please sign in to comment.