Skip to content

Instantly share code, notes, and snippets.

@ningosi
Last active March 18, 2016 06:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ningosi/719bb360a8468d9aed38 to your computer and use it in GitHub Desktop.
Save ningosi/719bb360a8468d9aed38 to your computer and use it in GitHub Desktop.
<resources>
<resource>
<directory>src/main/resources</directory>
<includes>
<include>**/*.properties</include>
<include>**/*.xml</include>
</includes>
<filtering>true</filtering>
</resource>
<resource>
<directory>src/main/resources</directory>
<excludes>
<exclude>**/*.properties</exclude>
<exclude>**/*.xml</exclude>
</excludes>
<filtering>false</filtering>
</resource>
</resources>
<testResources>
<testResource>
<directory>src/test/resources</directory>
<filtering>true</filtering>
</testResource>
</testResources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment