From d746878e2db39b37f5a51fc09e8badab9c1b5d9e Mon Sep 17 00:00:00 2001 From: "Henning P. Schmiedehausen" Date: Sat, 19 Aug 2023 14:45:24 -0700 Subject: [PATCH] Set an automatic module (JPMS) name This allows JPMS modules to depend on this component. --- pom.xml | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 01bfce8..1405fff 100644 --- a/pom.xml +++ b/pom.xml @@ -62,6 +62,7 @@ true false false + com.opentable.components.otj.pg.embedded @@ -160,6 +161,39 @@ + + + + org.apache.maven.plugins + maven-jar-plugin + + + default-jar + + + + + ${moduleName} + + + + + + basepom.default + + + + + ${moduleName}.tests + + + + + + + + + oss-build @@ -337,5 +371,4 @@ -