Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <properties>
  2. <some.constant>123</some.constant>
  3. </properties>
  4.  
  5. <modules>
  6. <module>../awesome-project</module>
  7. <module>../awesome-library</module>
  8. </modules>
  9.  
  10. ${some.constant}
  11.  
  12. <build>
  13. <resources>
  14. <resource>
  15. <directory>src/main/resources/META-INF</directory>
  16. <targetPath>META-INF</targetPath>
  17. <filtering>true</filtering>
  18. <includes>
  19. <include>**/my-configuration.xml</include>
  20. </includes>
  21. </resource>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement