From 1ccfaacd0c37e2343fb1591db2d1208092176633 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 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pom.xml b/pom.xml index daa4ce8..82d193f 100644 --- a/pom.xml +++ b/pom.xml @@ -98,6 +98,7 @@ UTF-8 UTF-8 2.3.33 + freemarker.java8 7.18.1 5.11.0 ${java.version} @@ -220,6 +221,18 @@ + + org.apache.maven.plugins + maven-jar-plugin + 3.4.2 + + + + ${freemarker.java8.module.name} + + + +