Projekt in ein eigenes GIT-Repository ohne Parent-Modul separiert
[percentcodec] / maven-plugins / pom.xml
diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml
deleted file mode 100644 (file)
index 8484172..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<?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.juplo</groupId>
-    <artifactId>juplo</artifactId>
-    <version>1.0-SNAPSHOT</version>
-  </parent>
-
-  <artifactId>maven-plugins</artifactId>
-  <packaging>pom</packaging>
-  <name>Juplo - Maven-Plugins</name>
-
-  <modules>
-    <module>hibernate4</module>
-  </modules>
-
-</project>