The Maven documentation talks about a property called project.build.finalName
, but I couldn't find a definition of the value it is set to based on other values in the pom.xml
.
How is the value of project.build.finalName
computed in absence of an overriding property definition in the pom.xml
?