Skip to content

Commit 7c16a52

Browse files
committed
HBX-2950: Add 'goalPrefix' to maven-plugin-plugin configuration
Signed-off-by: Koen Aers <[email protected]>
1 parent 669d123 commit 7c16a52

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

maven/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,18 @@
129129
<execution>
130130
<id>default-descriptor</id>
131131
<phase>process-classes</phase>
132+
<configuration>
133+
<goalPrefix>hibernate-tools</goalPrefix>
134+
</configuration>
132135
</execution>
133136
<execution>
134137
<id>help-goal</id>
135138
<goals>
136139
<goal>helpmojo</goal>
137140
</goals>
141+
<configuration>
142+
<goalPrefix>hibernate-tools</goalPrefix>
143+
</configuration>
138144
</execution>
139145
</executions>
140146
</plugin>

0 commit comments

Comments
 (0)