From f4f8a0cb038d215fea84c05eb1684c11f0f63230 Mon Sep 17 00:00:00 2001 From: Vladyslav Baidak Date: Fri, 27 Sep 2024 12:55:35 +0300 Subject: [PATCH] feat(package): Automatic-Module-Name in JAR Manifest Adds the possibility to use this package as an automatic module for Java 9+ consumers who utilize Java modularity Resolves #42 --- pom.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index daa4ce8..1b52979 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,8 @@ ~ limitations under the License. --> - + 4.0.0 @@ -98,6 +99,7 @@ UTF-8 UTF-8 2.3.33 + freemarker.java8 7.18.1 5.11.0 ${java.version} @@ -220,6 +222,18 @@ + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + + + ${freemarker.java8.module.name} + + + +