From 4a3730d1cbba5f83340e11730717adf9b2488ecb Mon Sep 17 00:00:00 2001 From: Laurent Goujon Date: Mon, 29 Jul 2024 19:14:27 -0700 Subject: [PATCH] Add Automatic-Module-Name directive Add `Automatic-Module-Name` directive with the value `com.google.flatbuffers` to flatbuffers-java artifact to enable Java projects leveraging JPMS to safely refer to this artifact. Fixes google/flatbuffers#8348 --- java/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/java/pom.xml b/java/pom.xml index 1e7dbbc1f..c8685e419 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -102,6 +102,11 @@ maven-bundle-plugin 5.1.2 true + + + com.google.flatbuffers + + org.sonatype.plugins