Skip to content

Commit e4ffb8e

Browse files
authored
fix plugin goal prefix (fixes #337, via #338)
1 parent 3464911 commit e4ffb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<artifactId>maven-plugin-plugin</artifactId>
8585
<version>${maven-plugin.version}</version>
8686
<configuration>
87-
<goalPrefix>prefix</goalPrefix>
87+
<goalPrefix>allure</goalPrefix>
8888
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
8989
</configuration>
9090
<executions>

0 commit comments

Comments
 (0)