Skip to content

Instantly share code, notes, and snippets.

@anuragkapur
Created May 20, 2015 22:44
Show Gist options
  • Save anuragkapur/eae87eb6ef254da6c704 to your computer and use it in GitHub Desktop.
Save anuragkapur/eae87eb6ef254da6c704 to your computer and use it in GitHub Desktop.
<filters>
<filter>env-config/${ENV}.properties</filter>
</filters>
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
<includes>
<include>**/*.yml</include>
</includes>
</resource>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment