Maven project.build.directory

前端 未结 4 1324
眼角桃花
眼角桃花 2020-12-07 07:48

In Maven, what does the project.build.directory refer to? I am a bit confused, does it reference the source code directory or the target directory in the Maven

4条回答
  •  天命终不由人
    2020-12-07 08:00

    Aside from @Verhás István answer (which I like), I was expecting a one-liner for the question:

    ${project.reporting.outputDirectory} resolves to target/site in your project.

提交回复
热议问题