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
In the IntelliJ Idea, Right-click on the project top folder and then click Maven => Show Effective POM to view the effective pom file. In that file, search for "finalName" to know it.