Refined reimplementation of the plugin for Hibernate 5.x
[hibernate4-maven-plugin] / src / it / tutorials / envers / pom.xml
index 9980de3..69eeb5a 100644 (file)
         <plugins>
             <plugin>
                 <groupId>de.juplo</groupId>
-                <artifactId>hibernate4-maven-plugin</artifactId>
+                <artifactId>hibernate-maven-plugin</artifactId>
                 <version>${h4mp.version}</version>
                 <executions>
                     <execution>
                         <phase>process-test-classes</phase>
                         <goals>
-                            <goal>export</goal>
+                            <goal>create</goal>
                         </goals>
                     </execution>
                 </executions>
                 <configuration>
                     <scanTestClasses>true</scanTestClasses>
-                    <hibernateDialect>org.hibernate.dialect.H2Dialect</hibernateDialect>
+                    <dialect>org.hibernate.dialect.H2Dialect</dialect>
                 </configuration>
             </plugin>
         </plugins>