Java Programming Reference

Tuesday, August 7, 2012

Include xml file in Maven

Update pom.xml file as below:-
<build>
...
<resources>
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/*.xml</include>
</includes>
</resource>
</resources>
...
</build>
Posted by 萤火虫 at 5:13 PM No comments:
Labels: Maven
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Labels

  • Apache
  • DB
  • Eclipse
  • Ibatis
  • java
  • Javascript
  • Maven
  • Mobile
  • Shell Script
  • Struts 2

Blog Archive

  • ►  2013 (3)
    • ►  January (3)
  • ▼  2012 (2)
    • ▼  August (1)
      • Include xml file in Maven
    • ►  March (1)
  • ►  2011 (6)
    • ►  December (1)
    • ►  November (1)
    • ►  October (1)
    • ►  June (1)
    • ►  April (1)
    • ►  March (1)
  • ►  2010 (18)
    • ►  December (2)
    • ►  October (2)
    • ►  September (1)
    • ►  August (1)
    • ►  July (3)
    • ►  May (3)
    • ►  April (5)
    • ►  March (1)
  • ►  2009 (3)
    • ►  May (1)
    • ►  January (2)
  • ►  2008 (15)
    • ►  November (4)
    • ►  August (11)

Reference

  • Jboss - Isolate Application Setting
  • Struts 2 Tag Reference
  • Struts 2 Tutorial
Picture Window theme. Powered by Blogger.