From 8f84c00978dc05007873a9fe1de6a18511dc3cf8 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Tue, 28 Jun 2016 21:09:43 +0300 Subject: Restructure project for use with maven --- pom.xml | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 pom.xml (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..600e0e4 --- /dev/null +++ b/pom.xml @@ -0,0 +1,84 @@ + + 4.0.0 + com.jantuomi.borker + borker + 0.1 + + http://maven.apache.org + + + UTF-8 + + + + ${project.basedir}/target + ${project.build.directory}/classes + ${project.artifactId}-${project.version} + ${project.build.directory}/test-classes + ${project.basedir}/src/main + + ${project.basedir}/src/test + + + ${project.basedir}/src/main/resources + + + + + ${project.basedir}/src/test/resources + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.1 + + 1.8 + 1.8 + + + + + maven-assembly-plugin + + + + com.jantuomi.borker.Main + + + + jar-with-dependencies + + + + + + + + + org.apache.commons + commons-lang3 + 3.0 + + + + + args4j + args4j + 2.33 + + + + + junit + junit + 4.12 + + + + \ No newline at end of file -- cgit v1.3