From fcd42f8cf114aa1ee1dbe70c6b2a1b57c4b30dab Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 15 Apr 2025 00:20:56 +0300 Subject: add pom --- pom.xml | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..be76965 --- /dev/null +++ b/pom.xml @@ -0,0 +1,84 @@ + + 4.0.0 + com.example + verteilte-systeme + 1.0-SNAPSHOT + Verteilte Systeme + This is the distributed systems simulation/learning environment! + + + 1.8 + 1.8 + + + + + + src/main/resources + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + ${maven.compiler.source} + ${maven.compiler.target} + + -Xlint:deprecation,unchecked + + + + + + org.apache.maven.plugins + maven-jar-plugin + 3.2.0 + + + + true + lib/ + simulator.VSMain + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 3.2.0 + + ${project.basedir}/javadoc + + + + + org.codehaus.mojo + exec-maven-plugin + 3.0.0 + + + + java + + + + + simulator.VSMain + + + + + + + + + + -- cgit v1.2.3