diff --git a/pom.xml b/pom.xml
index 14dff52ff7..81c5f754bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,13 +4,17 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- ms.cosmic
- cosmic
+ cosmic-maplestory
+ Cosmic
1.0-SNAPSHOT
+ jar
+
+ UTF-8
1.8
1.8
+ net.server.Server
@@ -45,4 +49,49 @@
1.13
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-jar-plugin
+ 2.4
+
+
+ default-jar
+ none
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-assembly-plugin
+ 3.3.0
+
+
+ jar-with-dependencies
+
+
+
+ ${mainClass}
+
+
+ ${project.artifactId}
+ false
+
+
+
+ make-assembly
+ package
+
+ single
+
+
+
+
+
+
\ No newline at end of file