From 2af2bc2e5ad5e6cdb61ea4de7890fdb4ec112d0b Mon Sep 17 00:00:00 2001 From: Santhosh Date: Sat, 10 Jan 2026 19:50:13 +0530 Subject: [PATCH] Configure maven-jar-plugin with Automatic-Module-Name Added Automatic-Module-Name to jar plugin configuration. --- pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index eb50710..9868ad9 100644 --- a/pom.xml +++ b/pom.xml @@ -34,6 +34,19 @@ ${project.artifactId}-${project.version} + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + + + net.agkn.hll + + + + + org.apache.maven.plugins maven-compiler-plugin @@ -193,4 +206,4 @@ 5.7 6.5.11 - \ No newline at end of file +