diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..5d4c7e0 --- /dev/null +++ b/pom.xml @@ -0,0 +1,73 @@ + + 4.0.0 + de.lusiardi.maven + mavenExecutableJarFiles + jar + 0.1 + Ausführbare Jar-Dateien mit Maven + + + + + org.apache.maven.plugins + + + maven-compiler-plugin + + 2.1 + + + 1.5 + + + 1.5 + + UTF-8 + + + + org.apache.maven.plugins + maven-shade-plugin + 1.4 + + + package + + shade + + + + + b1.Main + + + + + + + + + + + junit + junit + 4.8.2 + test + + + jline + jline + 0.9.9 + + + + + jline + JLine Project Repository + http://jline.sourceforge.net/m2repo + + +