From df000f759cdb436b6ac02350639c4159aaaae10a Mon Sep 17 00:00:00 2001 From: Vlad Dumitrescu Date: Tue, 12 Dec 2017 15:58:14 +0100 Subject: jinterface: add package name for Java 9 The Java 9 module system requires a module name to be defined. If none is provided, a default one is used derived from the JAR name, but that one is not very unique and can create problems. The recommended module name is the longest common package name for the source code included. --- lib/jinterface/java_src/pom.xml.src | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'lib') diff --git a/lib/jinterface/java_src/pom.xml.src b/lib/jinterface/java_src/pom.xml.src index 98232db78c..584bd81076 100644 --- a/lib/jinterface/java_src/pom.xml.src +++ b/lib/jinterface/java_src/pom.xml.src @@ -74,6 +74,17 @@ + + org.apache.maven.plugins + maven-jar-plugin + + + + com.ericsson.otp.erlang + + + + org.apache.maven.plugins maven-javadoc-plugin -- cgit v1.2.3