Reorganized project.
[javainspect.git] / example / pom.xml
diff --git a/example/pom.xml b/example/pom.xml
deleted file mode 100644 (file)
index e3d0312..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<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/xsd/maven-4.0.0.xsd">
-    <modelVersion>4.0.0</modelVersion>
-    <groupId>com.myproject</groupId>
-    <artifactId>myproject</artifactId>
-    <version>0.0</version>
-    <packaging>jar</packaging>
-    <name>MyProject</name>
-    <description>MyProject</description>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <version>2.3.2</version>
-                <configuration>
-                    <source>1.8</source>
-                    <target>1.8</target>
-                    <encoding>UTF-8</encoding>
-                </configuration>
-            </plugin>
-               </plugins>
-       </build>
-</project>