On Thu, Aug 25, 2011 at 7:37 AM, anamika gupta <[email protected]> wrote: > I have many XML files in src/main/java directory and its sub directory. When > I > run "mvn compile", these XML files will not be copied to the > target/classes
XML files belong in src/main/resources, not src/main/java. > > -- > View this message in context: > http://maven.40175.n5.nabble.com/XML-files-are-not-getting-included-while-compiling-the-source-tp4734115p4734115.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]
