Re: XML Files in Maven Jar

2010-02-24 Thread vasm
Thanx a lot. It worked for me. djrobo wrote: > > Files that do not get compiled, but still need to be put in the jar should > be put in src/main/resources. > > > vasm wrote: >> >> Hi All, >> I am new to maven. I have created a new maven project to create a

XML Files in Maven Jar

2010-02-23 Thread vasm
Hi All, I am new to maven. I have created a new maven project to create a jar file. I have a few xml files in classpath as well. When i build the project only the java files (i.e. class files) get included in jar. The xml files are excluded. Can anyone please help. How to include these xml files