From 1379493b99c1842d88ce5cf608c572ddc4a4d0da Mon Sep 17 00:00:00 2001 From: veltrup Date: Thu, 2 Nov 2023 15:36:34 +0100 Subject: [PATCH] chore: update pom.xml --- pom.xml | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 111 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index b33b416..f0ba5de 100644 --- a/pom.xml +++ b/pom.xml @@ -3,24 +3,64 @@ 4.0.0 com.sitepark.ies ies-extension-api - 1.0-SNAPSHOT + 1.0.0-SNAPSHOT IES extension api API to extend the core functionality of the IES + The MIT License https://opensource.org/licenses/MIT + + + Sitepark + https://www.sitepark.com + + + + + veltrup@sitepark + Holger Veltrup + veltrup@sitepark.com + https://github.com/sitepark-veltrup + Sitepark + https://www.sitepark.com + + developer + + Europe/Berlin + + + + 5.10.0 + 4.8.0 UTF-8 - 11 + 21 + true + scm:git:git@github.com:sitepark/ies-extension-api.git scm:git:git@github.com:sitepark/ies-extension-api.git https://github.com/sitepark/ies-extension-api + HEAD + + + + + org.junit + junit-bom + ${junit.version} + pom + import + + + + @@ -47,13 +87,11 @@ org.junit.jupiter junit-jupiter-api - 5.10.0 test org.junit.jupiter junit-jupiter-engine - 5.10.0 test @@ -81,6 +119,10 @@ maven-compiler-plugin 3.11.0 + + maven-jar-plugin + 3.3.0 + org.apache.maven.plugins maven-surefire-plugin @@ -99,6 +141,41 @@ + + org.apache.maven.plugins + maven-javadoc-plugin + 3.6.0 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 3.1.0 + + + sign-artifacts + verify + + sign + + + + + + maven-release-plugin + 3.0.1 + + ci(release): + @{project.version} + + org.apache.maven.plugins maven-enforcer-plugin @@ -111,13 +188,42 @@ + 3.8 + + 21 + + + verify-release + none + + enforce + + + + + false + No Snapshots Allowed! + + + + true + + + + + io.github.thefolle + glowing-waffle + 1.2.0 + + org.jacoco @@ -164,7 +270,7 @@ 3.3.0 checkstyle.xml - UTF-8 + UTF-8 true true false