Commit 48656d0d authored by Andy Wilkinson's avatar Andy Wilkinson

Fix build warnings about use of ${artifactId}

See gh-11994
parent cb1eed42
...@@ -534,7 +534,7 @@ ...@@ -534,7 +534,7 @@
</goals> </goals>
<configuration> <configuration>
<name>modulename</name> <name>modulename</name>
<value>${artifactId}</value> <value>${project.artifactId}</value>
<regex>-</regex> <regex>-</regex>
<replacement>.</replacement> <replacement>.</replacement>
<failIfNoMatch>true</failIfNoMatch> <failIfNoMatch>true</failIfNoMatch>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment