From 65c0498a45c304574ce54e070ed762220ab29ab2 Mon Sep 17 00:00:00 2001 From: gered Date: Mon, 10 Jan 2022 21:23:31 -0500 Subject: [PATCH] pom.xml updates to allow deployment to maven central --- pom.xml | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 97 insertions(+), 1 deletion(-) 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