From 6fa8401077aecbdaa4f9a4ca63348f0235c710c7 Mon Sep 17 00:00:00 2001 From: James Elliott <> Date: Mon, 20 Jan 2020 13:20:29 -0600 Subject: [PATCH] Define a stable automatic module name. @brunchboy would like to modularize the project https://github.com/Deep-Symmetry/lib-carabiner but is unable to do so because edn-java does not define an automatic module name. See http://branchandbound.net/blog/java/2017/12/automatic-module-name/ for details on why this is necessary. All the other lib-carabiner dependencies already do this, so as soon as edn-java does so, it will be possible. This pull request sets `us.bpsm.edn` as the automatic module name, which makes sense as it is likely the module name you will use if you ever decide to modularize this project itself. Thanks for considering this change. --- pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 21bd4d0..15e570f 100755 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ us.bpsm edn-java - 0.6.0 + 0.6.1 jar EDN Java @@ -69,6 +69,18 @@ 1.7 + + org.apache.maven.plugins + maven-jar-plugin + 3.1.0 + + + + us.bpsm.edn + + + + org.apache.maven.plugins maven-source-plugin