From ec823d8c443b46336e1a0e6b1940b4a789000c37 Mon Sep 17 00:00:00 2001 From: Graham Date: Sun, 28 Jul 2019 11:18:54 +0100 Subject: [PATCH] Add Quasar to a new game server module --- game/pom.xml | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++ pom.xml | 6 +++++ 2 files changed, 71 insertions(+) create mode 100644 game/pom.xml diff --git a/game/pom.xml b/game/pom.xml new file mode 100644 index 00000000..bf84bd11 --- /dev/null +++ b/game/pom.xml @@ -0,0 +1,65 @@ + + + 4.0.0 + + + dev.openrs2 + openrs2 + 1.0.0-SNAPSHOT + + + openrs2-game + jar + + OpenRS2 Game Server + + + + co.paralleluniverse + quasar-core + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + instrument-classes + compile + + run + + + + + + + + + + + + + instrument-test-classes + test-compile + + run + + + + + + + + + + + + + + + + diff --git a/pom.xml b/pom.xml index 8a724c78..3848019c 100644 --- a/pom.xml +++ b/pom.xml @@ -10,6 +10,7 @@ OpenRS2 + game util @@ -51,6 +52,11 @@ + + org.apache.maven.plugins + maven-antrun-plugin + 1.8 + org.apache.maven.plugins maven-clean-plugin