I have a project which has few xmls placed along with the java files in a particular folder. When I package this project only the class files appear in this folder and the xml files are ommited. But if i place these xml files with in the same folder path in the resources folder, it appears when i package. How can i make the mvn package take all the files even though it is not a java file as i wanted to avoid using the resources folder fon this? -- View this message in context: http://www.nabble.com/Including-xmls-while-packaging-t1504916.html#a4080668 Sent from the Maven - Users forum at Nabble.com.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
