Complement pom.xml
This commit is contained in:
34
pom.xml
34
pom.xml
@@ -7,6 +7,40 @@
|
|||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0-SNAPSHOT</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
|
<name>Cosmic</name>
|
||||||
|
<description>Server emulator for Global MapleStory version 83</description>
|
||||||
|
<url>https://github.com/P0nk/Cosmic</url>
|
||||||
|
<inceptionYear>2021</inceptionYear>
|
||||||
|
|
||||||
|
<developers>
|
||||||
|
<developer>
|
||||||
|
<name>Ponk</name>
|
||||||
|
<email>ponkcode@gmail.com</email>
|
||||||
|
<url>https://github.com/P0nk</url>
|
||||||
|
<roles>
|
||||||
|
<role>maintainer</role>
|
||||||
|
<role>developer</role>
|
||||||
|
</roles>
|
||||||
|
<properties>
|
||||||
|
<discord>ponkcode</discord>
|
||||||
|
</properties>
|
||||||
|
</developer>
|
||||||
|
</developers>
|
||||||
|
|
||||||
|
<scm>
|
||||||
|
<connection>scm:git:https://github.com/P0nk/Cosmic.git</connection>
|
||||||
|
<developerConnection>scm:git:https://github.com/P0nk/Cosmic.git</developerConnection>
|
||||||
|
<url>https://github.com/P0nk/Cosmic</url>
|
||||||
|
</scm>
|
||||||
|
<issueManagement>
|
||||||
|
<system>GitHub Issues</system>
|
||||||
|
<url>https://github.com/P0nk/Cosmic/issues</url>
|
||||||
|
</issueManagement>
|
||||||
|
<ciManagement>
|
||||||
|
<system>GitHub Actions</system>
|
||||||
|
<url>https://github.com/P0nk/Cosmic/actions</url>
|
||||||
|
</ciManagement>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- Project -->
|
<!-- Project -->
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
|||||||
Reference in New Issue
Block a user