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