Skip to content

Instantly share code, notes, and snippets.

@tehbeard
Created October 8, 2012 10:32
Show Gist options
  • Save tehbeard/3851868 to your computer and use it in GitHub Desktop.
Save tehbeard/3851868 to your computer and use it in GitHub Desktop.
Copying and filtering resource files to target Directory
<resource>
<targetPath>${project.build.directory}</targetPath>
<directory>${basedir}/src/main/resources/</directory>
<filtering>true</filtering>
<includes>
<include>{FILENAME.GOES.HERE}</include>
</includes>
</resource>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment