From bf4c329e16003bfb97778cf410d9a95fd8bccc02 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 25 Jul 2021 16:44:10 +0200 Subject: POM: Configure automatic module name. Change-Id: Icdaee7b585e01b63bf08bef0dfce1ed96a19c129 --- pom.xml | 8 ++++++++ runtime/pom.xml | 16 ++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/pom.xml b/pom.xml index 0d5b8f3..732a471 100644 --- a/pom.xml +++ b/pom.xml @@ -54,6 +54,7 @@ 3.8.1 ${surefire-plugin.version} + 3.2.0 1.5 3.2.0 2.2.1 @@ -88,6 +89,7 @@ + io.quarkus quarkus-maven-plugin @@ -122,6 +124,12 @@ maven-compiler-plugin ${compiler-plugin.version} + + + maven-jar-plugin + ${jar-plugin.version} + + diff --git a/runtime/pom.xml b/runtime/pom.xml index e4f1be1..ac576cc 100644 --- a/runtime/pom.xml +++ b/runtime/pom.xml @@ -26,6 +26,7 @@ + io.quarkus quarkus-bootstrap-maven-plugin @@ -42,6 +43,7 @@ + maven-compiler-plugin @@ -54,7 +56,21 @@ + + + maven-jar-plugin + ${jar-plugin.version} + + + + eu.mulk.quarkus.googlecloud.jsonlogging + + + + + + -- cgit v1.2.3