Reverted to old behaviour: export is skipped, when maven.test.skip=true
[hibernate4-maven-plugin] / pom.xml
diff --git a/pom.xml b/pom.xml
index 20e3541..3e64fe7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <name>Stephen Johnson</name>
       <email>stejohns@redhat.com</email>
     </contributor>
+    <contributor>
+      <name>Victor Tatai</name>
+      <email>vtatai@gmail.com</email>
+    </contributor>
+    <contributor>
+      <name>Erik-Berndt Scheper</name>
+      <email>erik.berndt.scheper@gmail.com</email>
+    </contributor>
   </contributors>
 
   <distributionManagement>
       <artifactId>hibernate-core</artifactId>
       <version>${hibernate-core.version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.hibernate</groupId>
+      <artifactId>hibernate-envers</artifactId>
+      <version>${hibernate-core.version}</version>
+    </dependency>
     <dependency>
       <groupId>org.scannotation</groupId>
       <artifactId>scannotation</artifactId>