spring-boot/spring-boot-project/spring-boot-tools/spring-boot-maven-plugin
Stephane Nicoll 4c1ef630c9 Restore lazy evaluation of project/build/finalName
This commit restores the read-only `finalName` so that its value can
be lazily resolved against `${project.build.finalName}`.

While doing the evaluation ourselves and not relying on a dedicated
field at all would have been better, the evaluation increased the
number of required dependencies for no good reason.

IDEs should not offer auto-completion for that read-only field and it
is not published in the generated site either.

Closes gh-16456
2019-05-13 11:14:21 +02:00
..
src Restore lazy evaluation of project/build/finalName 2019-05-13 11:14:21 +02:00
pom.xml Override version of Maven Site Plugin for JDK 9+181 compatibility 2019-04-01 11:53:31 +01:00