From efb5ad9f5fe48a77b6cd14e7bd2b25e3b13ecb1f Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 3 Jun 2014 16:44:56 +0200 Subject: Initial commit --- daemon/pom.xml | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 daemon/pom.xml (limited to 'daemon/pom.xml') diff --git a/daemon/pom.xml b/daemon/pom.xml new file mode 100644 index 0000000..f25d610 --- /dev/null +++ b/daemon/pom.xml @@ -0,0 +1,66 @@ + + 4.0.0 + org.openslx.taskmanager + taskmanager-daemon + jar + 1.0-SNAPSHOT + taskmanager-daemon + http://maven.apache.org + + + UTF-8 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + + maven-assembly-plugin + + + package + + single + + + + + + + org.openslx.taskmanager.App + + + + jar-with-dependencies + + + + + + + + + junit + junit + 3.8.1 + test + + + org.openslx.taskmanager + taskmanager-api + ${project.version} + compile + + + + + -- cgit v1.2.3-55-g7522