Skip to content

Commit

Permalink
fix plugin goal prefix (fixes #337, via #338)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhmaeff authored Nov 14, 2024
1 parent 3464911 commit e4ffb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<artifactId>maven-plugin-plugin</artifactId>
<version>${maven-plugin.version}</version>
<configuration>
<goalPrefix>prefix</goalPrefix>
<goalPrefix>allure</goalPrefix>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
</configuration>
<executions>
Expand Down

0 comments on commit e4ffb8e

Please sign in to comment.