Skip to content

Commit

Permalink
HBX-2950: Add 'goalPrefix' to maven-plugin-plugin configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Koen Aers <koen.aers@gmail.com>
  • Loading branch information
koentsje committed Jan 10, 2025
1 parent 669d123 commit 7c16a52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,18 @@
<execution>
<id>default-descriptor</id>
<phase>process-classes</phase>
<configuration>
<goalPrefix>hibernate-tools</goalPrefix>
</configuration>
</execution>
<execution>
<id>help-goal</id>
<goals>
<goal>helpmojo</goal>
</goals>
<configuration>
<goalPrefix>hibernate-tools</goalPrefix>
</configuration>
</execution>
</executions>
</plugin>
Expand Down

0 comments on commit 7c16a52

Please sign in to comment.