From 41c6e9e81ec589058e424458bb47ffe4c28824b2 Mon Sep 17 00:00:00 2001 From: Sean Leary Date: Tue, 7 Jan 2025 07:47:46 -0600 Subject: [PATCH] restore-moditect-pom.xml restore plugin --- pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/pom.xml b/pom.xml index 32d40f9f4..c98ed2783 100644 --- a/pom.xml +++ b/pom.xml @@ -193,6 +193,30 @@ + + org.moditect + moditect-maven-plugin + 1.0.0.Final + + + add-module-infos + package + + add-module-info + + + 9 + + + module org.json { + exports org.json; + } + + + + + + org.apache.maven.plugins maven-jar-plugin