From 1902821d536c4f1ead02f57b4675a3f55ecbfd8f Mon Sep 17 00:00:00 2001 From: Samael Date: Wed, 1 Feb 2023 23:54:18 +0000 Subject: [PATCH] add Automatic-Module-Name for JPMS this is an interim step until the project targets minimum JDK versions above 8. Then a module-info should be used. Until then specifying a Automatic-Module-Name of com.chargebee.client is a useful first step --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index 93e2d81f..8f48ca45 100644 --- a/pom.xml +++ b/pom.xml @@ -103,6 +103,18 @@ maven-compiler-plugin 3.10.1 + + org.apache.maven.plugins + maven-jar-plugin + 3.3.0 + + + + com.chargebee.client + + + + org.apache.maven.plugins maven-source-plugin