From 3a997daf521b13a3e2792198708b6613464b5f75 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Wed, 12 May 2021 05:40:43 +0200 Subject: Make publishable on OSSRH. Change-Id: I40968ec6cd7894eed8088c45a76f652d921722fa --- deployment/pom.xml | 1 + pom.xml | 124 +++++++++++++++++++++++++++++++++++++++++++++++++++-- runtime/pom.xml | 1 + 3 files changed, 123 insertions(+), 3 deletions(-) diff --git a/deployment/pom.xml b/deployment/pom.xml index 7978272..4713b1a 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -9,6 +9,7 @@ quarkus-googlecloud-jsonlogging-parent 1.0.0-SNAPSHOT + quarkus-googlecloud-jsonlogging-deployment Quarkus Google Cloud JSON Logging Extension - Deployment diff --git a/pom.xml b/pom.xml index 802886d..f96e9d5 100644 --- a/pom.xml +++ b/pom.xml @@ -5,10 +5,39 @@ 4.0.0 eu.mulk.quarkus-googlecloud-jsonlogging - quarkus-googlecloud-jsonlogging-parent 1.0.0-SNAPSHOT + + quarkus-googlecloud-jsonlogging-parent pom + Quarkus Google Cloud JSON Logging Extension - Parent + https://gerrit.benkard.de/plugins/gitiles/quarkus-googlecloud-jsonlogging + + A Quarkus extension that logs to standard output in a JSON format + compatible with Google Cloud Logging. + + + + + GNU Affero General Public License v3.0 or later + https://www.gnu.org/licenses/agpl-3.0.html + + + + + + Matthias Benkard + code@mulk.eu + Matthias Benkard + https://matthias.benkard.de + + + + + scm:git:https://gerrit.benkard.de/quarkus-googlecloud-jsonlogging + scm:git:ssh://gerrit.benkard.de:29418/quarkus-googlecloud-jsonlogging + https://gerrit.benkard.de/plugins/gitiles/quarkus-googlecloud-jsonlogging + deployment @@ -24,11 +53,23 @@ 3.8.1 ${surefire-plugin.version} - 1.13.3.Final - 2.10.3 + 1.5 + 2.9.1 + 2.2.1 + 1.6.8 + 2.11.0 3.0.0-M5 + + 1.13.3.Final + + + ossrh + https://s01.oss.sonatype.org/content/repositories/snapshots + + + @@ -42,13 +83,16 @@ + + io.quarkus quarkus-maven-plugin ${quarkus.version} + maven-surefire-plugin ${surefire-plugin.version} @@ -60,6 +104,7 @@ + maven-failsafe-plugin ${failsafe-plugin.version} @@ -71,14 +116,17 @@ + maven-compiler-plugin ${compiler-plugin.version} + + com.diffplug.spotless spotless-maven-plugin @@ -96,7 +144,77 @@ + + + org.sonatype.plugins + nexus-staging-maven-plugin + ${nexus-staging-plugin.version} + true + + ossrh + https://s01.oss.sonatype.org/ + true + + + + + + + release + + + + + + org.apache.maven.plugins + maven-source-plugin + ${maven-source-plugin.version} + + + attach-sources + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + ${maven-javadoc-plugin.version} + + + attach-javadocs + + jar + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + ${maven-gpg-plugin.version} + + + sign-artifacts + verify + + sign + + + + + + + + + + + diff --git a/runtime/pom.xml b/runtime/pom.xml index f0f502a..f0d65ab 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -9,6 +9,7 @@ quarkus-googlecloud-jsonlogging-parent 1.0.0-SNAPSHOT + quarkus-googlecloud-jsonlogging Quarkus Google Cloud JSON Logging Extension - Runtime -- cgit v1.2.3