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