What is the value of project.build.finalName?

后端 未结 4 605
说谎
说谎 2021-02-05 02:56

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

4条回答
  •  半阙折子戏
    2021-02-05 03:25

    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.

提交回复
热议问题