From b732d7bbf4667247004644ab28fd780370437ab2 Mon Sep 17 00:00:00 2001 From: JohnnyJayJay Date: Sun, 3 Sep 2023 13:32:29 +0200 Subject: [PATCH] Add Automatic-Module-Name entry to jar manifest --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 1f3acc4e..ff10a82b 100644 --- a/pom.xml +++ b/pom.xml @@ -220,6 +220,13 @@ org.apache.maven.plugins maven-jar-plugin 3.3.0 + + + + org.spdx.library + + + org.apache.maven.plugins