We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ba24d commit 8356343Copy full SHA for 8356343
maven/pom.xml
@@ -130,12 +130,18 @@
130
<execution>
131
<id>default-descriptor</id>
132
<phase>process-classes</phase>
133
+ <configuration>
134
+ <goalPrefix>hibernate-tools</goalPrefix>
135
+ </configuration>
136
</execution>
137
138
<id>help-goal</id>
139
<goals>
140
<goal>helpmojo</goal>
141
</goals>
142
143
144
145
146
</executions>
147
</plugin>
pom.xml
@@ -23,7 +23,7 @@
23
<parent>
24
<groupId>org.jboss</groupId>
25
<artifactId>jboss-parent</artifactId>
26
- <version>40</version>
+ <version>47</version>
27
</parent>
28
29
<groupId>org.hibernate.tool</groupId>
0 commit comments