From 89be042b60786cfbac99e6cd4a7114fef09822dc Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 21 Sep 2017 11:57:03 +0200 Subject: [PATCH] #420 - Added configuration to add explicit automatic module names for JDK 9. Individual modules need to set the java-module-name property in their individual POMs. We're now also setting Implementation-Title and Implementation-Version derived from the project metadata. --- parent/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/parent/pom.xml b/parent/pom.xml index 8a55744f..cb5c5309 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -116,6 +116,9 @@ Kay-BUILD-SNAPSHOT + + + @@ -853,6 +856,15 @@ org.apache.maven.plugins maven-jar-plugin + + + + ${project.name} + ${project.version} + ${java-module-name} + + +