diff --git a/pom.xml b/pom.xml
index 1986493..65e1aab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,40 @@
0.1-SNAPSHOT
gdx-tilemap3d
-
+ Library to handle management and rendering of a game world composed of 3D "tiles" arranged in a uniform 3D grid, via libGDX.
+ https://github.com/gered/gdx-tilemap3d
+
+
+
+ MIT License
+ https://opensource.org/licenses/mit-license.php
+
+
+
+
+ git@github.com:gered/gdx-tilemap3d.git
+ scm:git:${project.scm.url}
+ scm:git:${project.scm.url}
+ HEAD
+
+
+
+
+ Gered King
+ gered@blarg.ca
+
+
+
+
+
+ ossrh
+ https://s01.oss.sonatype.org/content/repositories/snapshots
+
+
+ ossrh
+ https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
+
+
UTF-8
@@ -34,4 +67,67 @@
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 3.2.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 3.3.1
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+ -Xdoclint:none
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 3.0.1
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-release-plugin
+ 2.5.3
+
+ true
+ v@{project.version}
+ deploy
+
+
+
+
+
\ No newline at end of file