From 39654bf5e4afd50cbb4533414006cc1268b3126c Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 20 Nov 2022 20:25:21 +0100 Subject: [PATCH] Add explicit automatic module name Adds an explicit automatic module name of io.quarkus.security, which matches the root package name. Fixes quarkusio/quarkus#25795. --- pom.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index dc79518..76d37e5 100644 --- a/pom.xml +++ b/pom.xml @@ -62,6 +62,21 @@ + + + + maven-jar-plugin + + + + io.quarkus.security.api + + + + + + + release