On Thu, Aug 25, 2011 at 7:44 AM, anamika gupta <[email protected]> wrote:
> Can you please tell me what entries to do in the pom.xml file so that it
> includes the .xml file

None. You just put them in src/main/resources.

If you insist on doing this the hard way, read up on the <resources>
element of the pom to see how to make src/main/java into a resource
dir, and then see if you suddenly get all your .java files in your
output and you need to filter them back out.


>
> --
> View this message in context: 
> http://maven.40175.n5.nabble.com/XML-files-are-not-getting-included-while-compiling-the-source-tp4734115p4734142.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to