Maven-Plugin "Hibernate 4" implementiert
[percentcodec] / maven / pom.xml
diff --git a/maven/pom.xml b/maven/pom.xml
new file mode 100644 (file)
index 0000000..76b05d6
--- /dev/null
@@ -0,0 +1,19 @@
+<?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>
+
+  <parent>
+    <groupId>de.halbekunst</groupId>
+    <artifactId>juplo</artifactId>
+    <version>2.0-SNAPSHOT</version>
+  </parent>
+
+  <artifactId>${pom.parent.artifactId}-maven</artifactId>
+  <packaging>pom</packaging>
+  <name>Juplo - Maven-Plugins</name>
+
+  <modules>
+    <module>hibernate4-maven-plugin</module>
+  </modules>
+</project>
\ No newline at end of file