Added additional integration test provided by Fabio Heer
[hibernate4-maven-plugin] / src / it / multimodule / shared / src / main / resources / META-INF / orm.xml
diff --git a/src/it/multimodule/shared/src/main/resources/META-INF/orm.xml b/src/it/multimodule/shared/src/main/resources/META-INF/orm.xml
new file mode 100644 (file)
index 0000000..b4f4d31
--- /dev/null
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<entity-mappings xmlns="http://xmlns.jcp.org/xml/ns/persistence/orm"
+                 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+                 xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence/orm http://xmlns.jcp.org/xml/ns/persistence/orm_2_1.xsd"
+                 version="2.1">
+       <entity class="ch.dvbern.demo.entities.Adresse"/>
+       <entity class="ch.dvbern.demo.entities.Person"/>
+
+</entity-mappings>