From e5ed9a726e7e26a809b74e2b4a7fef2e6721ee97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20=C3=81vila=20A?= Date: Wed, 4 Dec 2019 11:11:27 -0300 Subject: [PATCH] #73: Feature suggestion: Automatic-Module-Name to enable the explicit declaration of the module name (org.codejargon.fluentjdbc.api) --- fluent-jdbc/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/fluent-jdbc/pom.xml b/fluent-jdbc/pom.xml index 57a9f6c..bb1f759 100644 --- a/fluent-jdbc/pom.xml +++ b/fluent-jdbc/pom.xml @@ -40,6 +40,13 @@ org.apache.maven.plugins maven-jar-plugin + + + + org.codejargon.fluentjdbc.api + + +