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

Assuming you have /src/main/java/com/blah and default jar packaging. Just
put the second directory under src/main/resources and your done. No need to
edit the pom.

grz
Bram

> -----Original Message-----
> From: Jeff Mutonho [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, June 22, 2006 4:35 PM
> To: Maven Users List
> 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]

Reply via email to