Integrated integration test provided by Claus Graf (clausgraf@gmail.com)
[hibernate4-maven-plugin] / src / it / dependency-test / pom.xml
diff --git a/src/it/dependency-test/pom.xml b/src/it/dependency-test/pom.xml
new file mode 100644 (file)
index 0000000..8e1506e
--- /dev/null
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>de.juplo</groupId>
+  <artifactId>dependency-test</artifactId>
+  <name>Hibernate 4 Dependency-Test</name>
+  <version>0.1-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  <modules>
+    <module>dependent</module>
+    <module>h4mp</module>
+  </modules>
+</project>