Referencing resources directory from project object model variables

前端 未结 3 1102
北荒
北荒 2020-12-13 12:03

If I can use ${project.build.sourceDirectory} to reference the source directory, what do I use to reference the \"resources\" directory?

Looking at the

3条回答
  •  北海茫月
    2020-12-13 12:54

    From here:

    directory: This element's value defines where the resources are to be found. The default directory for a build is ${basedir}/src/main/resources.

    Edit: for clarity

提交回复
热议问题