Browse Source

Fix build warnings about use of ${artifactId}

See gh-11994
pull/12202/head
Andy Wilkinson 8 years ago
parent
commit
48656d0d53
  1. 2
      spring-boot-project/spring-boot-parent/pom.xml

2
spring-boot-project/spring-boot-parent/pom.xml

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

Loading…
Cancel
Save