Fix build warnings about use of ${artifactId}

See gh-11994
This commit is contained in:
Andy Wilkinson
2018-02-23 13:32:54 +00:00
parent cb1eed42b8
commit 48656d0d53

View File

@@ -534,7 +534,7 @@
</goals>
<configuration>
<name>modulename</name>
<value>${artifactId}</value>
<value>${project.artifactId}</value>
<regex>-</regex>
<replacement>.</replacement>
<failIfNoMatch>true</failIfNoMatch>