What is the value of project.build.finalName?

后端 未结 4 565
说谎
说谎 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:05

    The final value is composed of the artifact groupId concatenated to the artifact id that you have declared in your pom.xml file

提交回复
热议问题