diff --git a/build_files/pom.xml b/build_files/pom.xml
new file mode 100644
index 0000000..e9c1973
--- /dev/null
+++ b/build_files/pom.xml
@@ -0,0 +1,22 @@
+
+
+
+ arcadexsystem
+ eu.arcadex.system
+ ${global.version}
+
+ 4.0.0
+
+ build_files
+ jar
+
+
+
+ eu.arcadex.system
+ filesystem
+ ${global.version}
+
+
+
\ No newline at end of file
diff --git a/configuration/pom.xml b/configuration/pom.xml
index 0556adf..c23a663 100644
--- a/configuration/pom.xml
+++ b/configuration/pom.xml
@@ -10,6 +10,6 @@
4.0.0
configuration
-
+ jar
\ No newline at end of file
diff --git a/database/pom.xml b/database/pom.xml
new file mode 100644
index 0000000..51929bc
--- /dev/null
+++ b/database/pom.xml
@@ -0,0 +1,17 @@
+
+
+
+ arcadexsystem
+ eu.arcadex.system
+ ${global.version}
+
+
+ 4.0.0
+
+ database
+ jar
+
+
+
\ No newline at end of file
diff --git a/filesystem/pom.xml b/filesystem/pom.xml
new file mode 100644
index 0000000..61263c8
--- /dev/null
+++ b/filesystem/pom.xml
@@ -0,0 +1,16 @@
+
+
+
+ arcadexsystem
+ eu.arcadex.system
+ ${global.version}
+
+ 4.0.0
+
+ filesystem
+ jar
+
+
+
\ No newline at end of file
diff --git a/netty_api/pom.xml b/netty_api/pom.xml
new file mode 100644
index 0000000..fad51d3
--- /dev/null
+++ b/netty_api/pom.xml
@@ -0,0 +1,22 @@
+
+
+
+ arcadexsystem
+ eu.arcadex.system
+ ${global.version}
+
+ 4.0.0
+
+ netty_api
+ jar
+
+
+
+ eu.arcadex.system
+ database
+ ${global.version}
+
+
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 5d7f314..5d670d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,6 +16,13 @@
core
configuration
+ database
+ filesystem
+ screen
+ build_files
+ netty_api
+ web_api
+ server_manager
@@ -60,6 +67,7 @@
+
eu.arcadex.system.ArcadexSystemImpl
diff --git a/screen/pom.xml b/screen/pom.xml
new file mode 100644
index 0000000..8927e21
--- /dev/null
+++ b/screen/pom.xml
@@ -0,0 +1,16 @@
+
+
+
+ arcadexsystem
+ eu.arcadex.system
+ ${global.version}
+
+ 4.0.0
+
+ screen
+ jar
+
+
+
\ No newline at end of file
diff --git a/server_manager/pom.xml b/server_manager/pom.xml
new file mode 100644
index 0000000..03e8009
--- /dev/null
+++ b/server_manager/pom.xml
@@ -0,0 +1,33 @@
+
+
+
+ arcadexsystem
+ eu.arcadex.system
+ ${global.version}
+
+ 4.0.0
+
+ server_manager
+ jar
+
+
+
+ eu.arcadex.system
+ build_files
+ ${global.version}
+
+
+ eu.arcadex.system
+ screen
+ ${global.version}
+
+
+ eu.arcadex.system
+ netty_api
+ ${global.version}
+
+
+
+
\ No newline at end of file
diff --git a/web_api/pom.xml b/web_api/pom.xml
new file mode 100644
index 0000000..a50fd2a
--- /dev/null
+++ b/web_api/pom.xml
@@ -0,0 +1,32 @@
+
+
+
+ arcadexsystem
+ eu.arcadex.system
+ ${global.version}
+
+ 4.0.0
+
+ web_api
+ jar
+
+
+
+ eu.arcadex.system
+ database
+ ${global.version}
+
+
+ eu.arcadex.system
+ configuration
+ ${global.version}
+
+
+ eu.arcadex.system
+ server_manager
+ ${global.version}
+
+
+
\ No newline at end of file