diff --git a/pom.xml b/pom.xml index 4509031..07e1a54 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 @@ -11,13 +12,17 @@ ch.fritteli.a-maze-r maze-server 0.0.7-SNAPSHOT + The A-Maze-R server, offering a REST endpoint to access the Maze Generator. https://manuel.friedli.info/maze.html + 2022 - - 0.1.0 - 2.3.5.Final - + + + GNU Affero General Public License + https://www.gnu.org/licenses/agpl-3.0.html + + @@ -35,6 +40,27 @@ + + scm:git:https://gittr.ch/java/maze-server.git + scm:git:ssh://git@gittr.ch/java/maze-server.git + https://gittr.ch/java/maze-server + HEAD + + + + + ossrh + Sonatype Maven Repository - Snapshots + https://s01.oss.sonatype.org/content/repositories/snapshots + + + + + 0.1.0 + 4.0.0-M8 + 2.3.5.Final + + ch.fritteli.a-maze-r @@ -79,7 +105,8 @@ maven-shade-plugin - + ch.fritteli.maze.server.Main @@ -117,51 +144,55 @@ org.apache.maven.plugins maven-site-plugin + ${maven-site-plugin.version} - - scm:git:https://gittr.ch/java/maze-server.git - scm:git:ssh://git@gittr.ch/java/maze-server.git - https://gittr.ch/java/maze-server - HEAD - - - - repo.gittr.ch - gittr.ch - https://repo.gittr.ch/releases/ - - - repo.gittr.ch - gittr.ch - https://repo.gittr.ch/snapshots/ - - - - - repo.gittr.ch.releases - https://repo.gittr.ch/releases/ - - true - never - - - false - never - - - - repo.gittr.ch.snapshots - https://repo.gittr.ch/snapshots/ - - false - never - - - true - always - - - + + + + release + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar-no-fork + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + + + + +