I have a long pom file with multiple plugins and specifications.
I read in other answers like this or this other one that I should add the line <finalName>desiderTitle.war</finalName>
under the section, but I also have more than one of these and can't understand or guess in which one and why I should add it. It should become something like this:
<build>
<finalName>WhatEverYouLikey</finalName>
</build>
I tried to search for tutorials on this, with no success.