If I can use ${project.build.sourceDirectory} to reference the source directory, what do I use to reference the \"resources\" directory?
${project.build.sourceDirectory}
Looking at the
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.
${basedir}/src/main/resources
Edit: for clarity