I think they should be placed in src/java/resources. Anything in this directory is by default merged into the JAR file when packaging. resources will act as the root of the jar. So you should put you files in src/java/resources/spring/context/blah
----- Original message ----- From: "Jeff Mutonho" <[EMAIL PROTECTED]> To: "Maven Users List" <[email protected]> Date: Thu, 22 Jun 2006 16:34:58 +0200 Subject: jarring non class files Under my src directory I have 2 other folders .One contains other subfolders with my java code(src/java/com/blah blah blah....) .The second subfolder (src/spring/context/blah blah blah...) contains some spring config files (xml) that I also wish to be bundled in the jar file( keeping the directory structure intact).How do I specify this in my pom? -- Jeff Mutonho GoogleTalk : ejbengine Skype : ejbengine Registered Linux user number 366042 --------------------------------------------------------------------- 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]
