File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed
test/maven/src/it/transformHbm Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 2222 <version >0.0.1-SNAPSHOT</version >
2323
2424
25- <properties >
26- <h2 .version>1.4.200</h2 .version>
27- <sql .version>1.5</sql .version>
28- <hibernate .version>@project.version@</hibernate .version>
29- </properties >
30-
3125 <build >
3226 <plugins >
3327 <plugin >
3428 <groupId >org.hibernate.tool</groupId >
3529 <artifactId >hibernate-tools-maven</artifactId >
36- <version >${hibernate.version} </version >
37- <dependencies >
38- <dependency >
39- <groupId >org.hibernate.tool</groupId >
40- <artifactId >hibernate-tools-orm</artifactId >
41- <version >${hibernate.version} </version >
42- </dependency >
43- </dependencies >
30+ <version >@project.version@</version >
4431 <executions >
4532 <execution >
4633 <id >transformHbm</id >
4734 <phase >generate-sources</phase >
4835 <goals >
4936 <goal >hbm2orm</goal >
5037 </goals >
51- <configuration >
52- <ejb3 >true</ejb3 >
53- </configuration >
5438 </execution >
5539 </executions >
5640 </plugin >
You can’t perform that action at this time.
0 commit comments