From af89033b7054d421caeceb8339523000d61b37b1 Mon Sep 17 00:00:00 2001 From: Duilio Rumbazzi Date: Fri, 1 Apr 2022 00:10:47 +0200 Subject: [PATCH] [1.4.x] JBERET-548 fix automatic module name with regex (#219) Co-authored-by: Lorenzo Formenti --- pom.xml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2cfd9cc66..1690072bf 100644 --- a/pom.xml +++ b/pom.xml @@ -116,7 +116,6 @@ ${modular.jdk.args} - ${project.groupId}.${project.artifactId} 1.4.1.Final @@ -194,6 +193,29 @@ true + + org.codehaus.mojo + build-helper-maven-plugin + + + add-regex-properties + + regex-properties + + + + + automatic.module.name + ${project.groupId}.${project.artifactId} + ([a-z]+)\.\1-|- + $1\. + false + + + + + + @@ -214,6 +236,10 @@ org.apache.maven.plugins maven-failsafe-plugin + + org.codehaus.mojo + build-helper-maven-plugin + org.apache.maven.plugins maven-compiler-plugin