From fd3451fef1d740deebff4c824fef7fbd3e4151ac Mon Sep 17 00:00:00 2001 From: Christian Schlichtherle Date: Fri, 9 Oct 2020 22:46:34 +0200 Subject: [PATCH] Improve metadata for release to Maven Central. --- .gitignore | 2 ++ pom.xml | 29 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/.gitignore b/.gitignore index b0d4fc1..aecfb3a 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,5 @@ src/generated # Testing stuff xrechnung + +/.idea diff --git a/pom.xml b/pom.xml index ebe2131..ccaa9e9 100644 --- a/pom.xml +++ b/pom.xml @@ -537,6 +537,18 @@ LF + + maven-gpg-plugin + + + sign-artifacts + verify + + sign + + + + @@ -578,6 +590,23 @@ https://github.com/itplr-kosit/validationtool.git scm:git:https://projekte.kosit.org/kosit/validator.git v1.1.0 + https://github.com/itplr-kosit/validator + https://github.com/itplr-kosit/validator + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + sonatype-nexus-staging + Nexus Release Repository + https://oss.sonatype.org/service/local/staging/deploy/maven2 + + +