Fix build warnings about use of ${artifactId}
See gh-11994
This commit is contained in:
@@ -534,7 +534,7 @@
|
||||
</goals>
|
||||
<configuration>
|
||||
<name>modulename</name>
|
||||
<value>${artifactId}</value>
|
||||
<value>${project.artifactId}</value>
|
||||
<regex>-</regex>
|
||||
<replacement>.</replacement>
|
||||
<failIfNoMatch>true</failIfNoMatch>
|
||||
|
||||
Reference in New Issue
Block a user