Skip to content

Commit

Permalink
fix: [WARNING] Parameter 'reportingOutputDirectory' is read-only, mus…
Browse files Browse the repository at this point in the history
…t not be used in configuration
  • Loading branch information
sdh100shaun committed Jul 23, 2024
1 parent 6308a26 commit 4d9a884
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,7 @@
<artifactId>allure-maven</artifactId>
<version>2.12.0</version>
<configuration>
<reportingOutputDirectory>${project.build.directory}/allure-report</reportingOutputDirectory>
<reportVersion>${allure-report.version}</reportVersion>
<reportVersion>${allure-report.version}</reportVersion>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 4d9a884

Please sign in to comment.