Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <resources>
  2. <!-- globally enable resource filtering -->
  3. <resource>
  4. <directory>src/main/resources</directory>
  5. <filtering>true</filtering>
  6. </resource>
  7. <!-- then disable it for specific resources -->
  8. <resource>
  9. <directory>src/main/resources</directory>
  10. <includes>
  11. <include>**/*-context.xml</include>
  12. </includes>
  13. <filtering>false</filtering>
  14. </resource>
  15. </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement