From cff8961e2ab287358512db61a7d1381c126d63fb Mon Sep 17 00:00:00 2001 From: Andres Almiray Date: Sat, 29 Apr 2023 17:28:20 +0200 Subject: [PATCH] Adds explicit Java module descriptor (#728) Resolves #727 Signed-off-by: Andres Almiray --- pom.xml | 94 ++++++++++++++++++++++++++++++++++++--------------------- 1 file changed, 59 insertions(+), 35 deletions(-) diff --git a/pom.xml b/pom.xml index a4aeb68cf..3fcb06fc6 100644 --- a/pom.xml +++ b/pom.xml @@ -186,41 +186,6 @@ - org.sonatype.plugins nexus-staging-maven-plugin @@ -381,5 +346,64 @@ + + java-module + + [9,) + + + + + org.moditect + moditect-maven-plugin + 1.0.0.RC3 + + + add-module-infos + package + + add-module-info + + + 9 + true + + + com.networknt.schema + + *; + + true + + + + + --multi-release=9 + + + + + + + +