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
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